| 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
 | 
| 
 |