Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(261)

Unified Diff: webrtc/modules/rtp_rtcp/source/fec_private_tables_bursty.h

Issue 1506823002: [rtp_rtcp] fixed namespaces lint warnings (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: rebase Created 5 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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_
« no previous file with comments | « webrtc/modules/rtp_rtcp/source/byte_io.h ('k') | webrtc/modules/rtp_rtcp/source/fec_private_tables_random.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698