aboutsummaryrefslogtreecommitdiff
path: root/cast/streaming/frame_id.h
diff options
context:
space:
mode:
Diffstat (limited to 'cast/streaming/frame_id.h')
-rw-r--r--cast/streaming/frame_id.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/cast/streaming/frame_id.h b/cast/streaming/frame_id.h
index 36252422..5610742f 100644
--- a/cast/streaming/frame_id.h
+++ b/cast/streaming/frame_id.h
@@ -11,8 +11,8 @@
#include "cast/streaming/expanded_value_base.h"
+namespace openscreen {
namespace cast {
-namespace streaming {
// Forward declaration (see below).
class FrameId;
@@ -104,7 +104,7 @@ class FrameId : public ExpandedValueBase<int64_t, FrameId> {
constexpr int64_t value() const { return value_; }
};
-} // namespace streaming
} // namespace cast
+} // namespace openscreen
#endif // CAST_STREAMING_FRAME_ID_H_