| Index: webrtc/modules/rtp_rtcp/source/fec_private_tables_bursty.h
|
| diff --git a/webrtc/modules/rtp_rtcp/source/fec_private_tables_bursty.h b/webrtc/modules/rtp_rtcp/source/fec_private_tables_bursty.h
|
| index 6105ae1d2402b4ac00e30e7368bc9e9ad825b5cf..0b39908bb1d5da5362ccb6982fc9a1339f18c462 100644
|
| --- a/webrtc/modules/rtp_rtcp/source/fec_private_tables_bursty.h
|
| +++ b/webrtc/modules/rtp_rtcp/source/fec_private_tables_bursty.h
|
| @@ -27,7 +27,8 @@
|
|
|
| #include "webrtc/typedefs.h"
|
|
|
| -namespace {
|
| +namespace webrtc {
|
| +namespace fec_private_tables {
|
|
|
| const uint8_t kMaskBursty1_1[2] = {
|
| 0x80, 0x00
|
| @@ -756,5 +757,6 @@ const uint8_t** kPacketMaskBurstyTbl[12] = {
|
| kPacketMaskBursty12
|
| };
|
|
|
| -} // namespace
|
| +} // namespace fec_private_tables
|
| +} // namespace webrtc
|
| #endif // WEBRTC_MODULES_RTP_RTCP_SOURCE_FEC_PRIVATE_TABLES_BURSTY_H_
|
|
|