aboutsummaryrefslogtreecommitdiff
path: root/cast/streaming/rtcp_common.cc
diff options
context:
space:
mode:
Diffstat (limited to 'cast/streaming/rtcp_common.cc')
-rw-r--r--cast/streaming/rtcp_common.cc7
1 files changed, 2 insertions, 5 deletions
diff --git a/cast/streaming/rtcp_common.cc b/cast/streaming/rtcp_common.cc
index 2a48ce51..d14234fa 100644
--- a/cast/streaming/rtcp_common.cc
+++ b/cast/streaming/rtcp_common.cc
@@ -9,11 +9,8 @@
#include "cast/streaming/packet_util.h"
#include "util/saturate_cast.h"
-using openscreen::Clock;
-using openscreen::saturate_cast;
-
+namespace openscreen {
namespace cast {
-namespace streaming {
RtcpCommonHeader::RtcpCommonHeader() = default;
RtcpCommonHeader::~RtcpCommonHeader() = default;
@@ -242,5 +239,5 @@ absl::optional<RtcpReportBlock> RtcpReportBlock::ParseOne(
RtcpSenderReport::RtcpSenderReport() = default;
RtcpSenderReport::~RtcpSenderReport() = default;
-} // namespace streaming
} // namespace cast
+} // namespace openscreen