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

Unified Diff: webrtc/modules/audio_device/linux/latebindingsymboltable_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/latebindingsymboltable_linux.cc
diff --git a/webrtc/modules/audio_device/linux/latebindingsymboltable_linux.cc b/webrtc/modules/audio_device/linux/latebindingsymboltable_linux.cc
index bc5a3f818c479b355e6151cb886a534f8c2d1819..1052f86143d006e1a42db225dca6d4e3f9a3b045 100644
--- a/webrtc/modules/audio_device/linux/latebindingsymboltable_linux.cc
+++ b/webrtc/modules/audio_device/linux/latebindingsymboltable_linux.cc
@@ -16,10 +16,8 @@
#include <dlfcn.h>
#endif
-// TODO(grunell): Either put inside webrtc namespace or use webrtc:: instead.
-using namespace webrtc;
-
-namespace webrtc_adm_linux {
+namespace webrtc {
+namespace adm_linux {
inline static const char *GetDllError() {
#ifdef WEBRTC_LINUX
@@ -107,4 +105,5 @@ bool InternalLoadSymbols(DllHandle handle,
return true;
}
-} // namespace webrtc_adm_linux
+} // namespace adm_linux
+} // namespace webrtc

Powered by Google App Engine
This is Rietveld 408576698