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

Unified Diff: webrtc/modules/audio_device/linux/alsasymboltable_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
Index: webrtc/modules/audio_device/linux/alsasymboltable_linux.cc
diff --git a/webrtc/modules/audio_device/linux/alsasymboltable_linux.cc b/webrtc/modules/audio_device/linux/alsasymboltable_linux.cc
index a391590787eee95e5aa5442ea6756f90c3935efa..245962569204ab8342ae09bf8ae1d15c829bc2c2 100644
--- a/webrtc/modules/audio_device/linux/alsasymboltable_linux.cc
+++ b/webrtc/modules/audio_device/linux/alsasymboltable_linux.cc
@@ -27,7 +27,8 @@
#include "webrtc/modules/audio_device/linux/alsasymboltable_linux.h"
-namespace webrtc_adm_linux_alsa {
+namespace webrtc {
+namespace adm_linux_alsa {
LATE_BINDING_SYMBOL_TABLE_DEFINE_BEGIN(AlsaSymbolTable, "libasound.so.2")
#define X(sym) \
@@ -36,4 +37,5 @@ ALSA_SYMBOLS_LIST
#undef X
LATE_BINDING_SYMBOL_TABLE_DEFINE_END(AlsaSymbolTable)
-} // namespace webrtc_adm_linux_alsa
+} // namespace adm_linux_alsa
+} // namespace webrtc

Powered by Google App Engine
This is Rietveld 408576698