aboutsummaryrefslogtreecommitdiff
path: root/cast/streaming/frame_crypto_unittest.cc
diff options
context:
space:
mode:
Diffstat (limited to 'cast/streaming/frame_crypto_unittest.cc')
-rw-r--r--cast/streaming/frame_crypto_unittest.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/cast/streaming/frame_crypto_unittest.cc b/cast/streaming/frame_crypto_unittest.cc
index c5fcd400..7ac8d5cf 100644
--- a/cast/streaming/frame_crypto_unittest.cc
+++ b/cast/streaming/frame_crypto_unittest.cc
@@ -10,8 +10,8 @@
#include "gtest/gtest.h"
+namespace openscreen {
namespace cast {
-namespace streaming {
namespace {
TEST(FrameCryptoTest, EncryptsAndDecryptsFrames) {
@@ -76,5 +76,5 @@ TEST(FrameCryptoTest, EncryptsAndDecryptsFrames) {
}
} // namespace
-} // namespace streaming
} // namespace cast
+} // namespace openscreen