aboutsummaryrefslogtreecommitdiff
path: root/cast/streaming/session_config.h
diff options
context:
space:
mode:
Diffstat (limited to 'cast/streaming/session_config.h')
-rw-r--r--cast/streaming/session_config.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/cast/streaming/session_config.h b/cast/streaming/session_config.h
index dc8cd553..4d611b65 100644
--- a/cast/streaming/session_config.h
+++ b/cast/streaming/session_config.h
@@ -11,8 +11,8 @@
#include "cast/streaming/ssrc.h"
+namespace openscreen {
namespace cast {
-namespace streaming {
// Common streaming configuration, established from the OFFER/ANSWER exchange,
// that the Sender and Receiver are both assuming.
@@ -52,7 +52,7 @@ struct SessionConfig final {
std::array<uint8_t, 16> aes_iv_mask{};
};
-} // namespace streaming
} // namespace cast
+} // namespace openscreen
#endif // CAST_STREAMING_SESSION_CONFIG_H_