Index: webrtc/modules/rtp_rtcp/source/fec_private_tables_random.h |
diff --git a/webrtc/modules/rtp_rtcp/source/fec_private_tables_random.h b/webrtc/modules/rtp_rtcp/source/fec_private_tables_random.h |
index a2d188695785a368f9be1340f540874347d0ba00..295d74987387f5b4bbb71a579ead54561536f23e 100644 |
--- a/webrtc/modules/rtp_rtcp/source/fec_private_tables_random.h |
+++ b/webrtc/modules/rtp_rtcp/source/fec_private_tables_random.h |
@@ -17,7 +17,8 @@ |
#include "webrtc/typedefs.h" |
-namespace { |
+namespace webrtc { |
+namespace fec_private_tables { |
const uint8_t kMaskRandom10_1[2] = { |
0xff, 0xc0 |
@@ -24518,5 +24519,6 @@ const uint8_t** kPacketMaskRandomTbl[48] = { |
kPacketMaskRandom48 |
}; |
-} // namespace |
+} // namespace fec_private_tables |
+} // namespace webrtc |
#endif // WEBRTC_MODULES_RTP_RTCP_SOURCE_FEC_PRIVATE_TABLES_RANDOM_H_ |