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

Unified Diff: webrtc/modules/audio_device/linux/alsasymboltable_linux.h

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 | « no previous file | webrtc/modules/audio_device/linux/alsasymboltable_linux.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/modules/audio_device/linux/alsasymboltable_linux.h
diff --git a/webrtc/modules/audio_device/linux/alsasymboltable_linux.h b/webrtc/modules/audio_device/linux/alsasymboltable_linux.h
index 82690c50079030be09da40dfcffc438a0d4850b9..14b016cf67dbed53ab652c48b150ffa97f2a1535 100644
--- a/webrtc/modules/audio_device/linux/alsasymboltable_linux.h
+++ b/webrtc/modules/audio_device/linux/alsasymboltable_linux.h
@@ -30,7 +30,8 @@
#include "webrtc/modules/audio_device/linux/latebindingsymboltable_linux.h"
-namespace webrtc_adm_linux_alsa {
+namespace webrtc {
+namespace adm_linux_alsa {
// The ALSA symbols we need, as an X-Macro list.
// This list must contain precisely every libasound function that is used in
@@ -142,6 +143,7 @@ ALSA_SYMBOLS_LIST
#undef X
LATE_BINDING_SYMBOL_TABLE_DECLARE_END(AlsaSymbolTable)
-} // namespace webrtc_adm_linux_alsa
+} // namespace adm_linux_alsa
+} // namespace webrtc
#endif // WEBRTC_AUDIO_DEVICE_ALSASYMBOLTABLE_LINUX_H
« no previous file with comments | « no previous file | webrtc/modules/audio_device/linux/alsasymboltable_linux.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698