aboutsummaryrefslogtreecommitdiff
path: root/cast/streaming/sender_report_builder.h
diff options
context:
space:
mode:
Diffstat (limited to 'cast/streaming/sender_report_builder.h')
-rw-r--r--cast/streaming/sender_report_builder.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/cast/streaming/sender_report_builder.h b/cast/streaming/sender_report_builder.h
index 724e7342..49d402c1 100644
--- a/cast/streaming/sender_report_builder.h
+++ b/cast/streaming/sender_report_builder.h
@@ -14,8 +14,8 @@
#include "cast/streaming/rtcp_session.h"
#include "cast/streaming/rtp_defines.h"
+namespace openscreen {
namespace cast {
-namespace streaming {
// Builds RTCP packets containing one Sender Report.
class SenderReportBuilder {
@@ -39,7 +39,7 @@ class SenderReportBuilder {
RtcpSession* const session_;
};
-} // namespace streaming
} // namespace cast
+} // namespace openscreen
#endif // CAST_STREAMING_SENDER_REPORT_BUILDER_H_