aboutsummaryrefslogtreecommitdiff
path: root/cast/streaming/sender_report_parser.h
diff options
context:
space:
mode:
Diffstat (limited to 'cast/streaming/sender_report_parser.h')
-rw-r--r--cast/streaming/sender_report_parser.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/cast/streaming/sender_report_parser.h b/cast/streaming/sender_report_parser.h
index df7f89a0..3c66829c 100644
--- a/cast/streaming/sender_report_parser.h
+++ b/cast/streaming/sender_report_parser.h
@@ -12,8 +12,8 @@
#include "cast/streaming/rtp_defines.h"
#include "cast/streaming/rtp_time.h"
+namespace openscreen {
namespace cast {
-namespace streaming {
// Parses RTCP packets from a Sender to extract Sender Reports. Ignores anything
// else, since that is all a Receiver would be interested in.
@@ -45,7 +45,7 @@ class SenderReportParser {
RtpTimeTicks last_parsed_rtp_timestamp_;
};
-} // namespace streaming
} // namespace cast
+} // namespace openscreen
#endif // CAST_STREAMING_SENDER_REPORT_PARSER_H_