aboutsummaryrefslogtreecommitdiff
path: root/cast/streaming/rtp_time.h
diff options
context:
space:
mode:
Diffstat (limited to 'cast/streaming/rtp_time.h')
-rw-r--r--cast/streaming/rtp_time.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/cast/streaming/rtp_time.h b/cast/streaming/rtp_time.h
index 0a7f5d86..0e710f50 100644
--- a/cast/streaming/rtp_time.h
+++ b/cast/streaming/rtp_time.h
@@ -15,8 +15,8 @@
#include "cast/streaming/expanded_value_base.h"
#include "platform/api/time.h"
+namespace openscreen {
namespace cast {
-namespace streaming {
// Forward declarations (see below).
class RtpTimeDelta;
@@ -262,7 +262,7 @@ class RtpTimeTicks : public ExpandedValueBase<int64_t, RtpTimeTicks> {
constexpr int64_t value() const { return value_; }
};
-} // namespace streaming
} // namespace cast
+} // namespace openscreen
#endif // CAST_STREAMING_RTP_TIME_H_