Index: media/cast/rtcp/test_rtcp_packet_builder.h |
diff --git a/media/cast/rtcp/test_rtcp_packet_builder.h b/media/cast/rtcp/test_rtcp_packet_builder.h |
index 8c5479ff484926590d35b0b41b9882f1c88d2b70..5fda4b1300cc4c88051c6ae4c69b8703ae50f63a 100644 |
--- a/media/cast/rtcp/test_rtcp_packet_builder.h |
+++ b/media/cast/rtcp/test_rtcp_packet_builder.h |
@@ -15,6 +15,7 @@ namespace cast { |
// These values are arbitrary only for the purpose of testing. |
+namespace { |
// Sender report. |
static const int kNtpHigh = 0x01020304; |
static const int kNtpLow = 0x05060708; |
@@ -50,6 +51,7 @@ static const int kFrameIdWithLostPackets = 19; |
static const int kLostPacketId1 = 3; |
static const int kLostPacketId2 = 5; |
static const int kLostPacketId3 = 12; |
+} // namespace |
class TestRtcpPacketBuilder { |
public: |