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

Unified Diff: webrtc/modules/audio_device/linux/pulseaudiosymboltable_linux.cc

Issue 2818563003: Rename the webrtc_adm_linux* namespaces to webrtc::adm_linux* (Closed)
Patch Set: Created 3 years, 8 months 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
« no previous file with comments | « webrtc/modules/audio_device/linux/pulseaudiosymboltable_linux.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/modules/audio_device/linux/pulseaudiosymboltable_linux.cc
diff --git a/webrtc/modules/audio_device/linux/pulseaudiosymboltable_linux.cc b/webrtc/modules/audio_device/linux/pulseaudiosymboltable_linux.cc
index 1f1890a6d96a9b44c28698409263c4cc5fbb6aa0..26a173d4b643167a924bbe864dbf36b4415b9598 100644
--- a/webrtc/modules/audio_device/linux/pulseaudiosymboltable_linux.cc
+++ b/webrtc/modules/audio_device/linux/pulseaudiosymboltable_linux.cc
@@ -27,7 +27,8 @@
#include "webrtc/modules/audio_device/linux/pulseaudiosymboltable_linux.h"
-namespace webrtc_adm_linux_pulse {
+namespace webrtc {
+namespace adm_linux_pulse {
LATE_BINDING_SYMBOL_TABLE_DEFINE_BEGIN(PulseAudioSymbolTable, "libpulse.so.0")
#define X(sym) \
@@ -36,4 +37,5 @@ PULSE_AUDIO_SYMBOLS_LIST
#undef X
LATE_BINDING_SYMBOL_TABLE_DEFINE_END(PulseAudioSymbolTable)
-} // namespace webrtc_adm_linux_pulse
+} // namespace adm_linux_pulse
+} // namespace webrtc
« no previous file with comments | « webrtc/modules/audio_device/linux/pulseaudiosymboltable_linux.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698