 Chromium Code Reviews
 Chromium Code Reviews Issue 471503002:
  Cleanup namespace usage in Source/web/Web[I-Z]*.cpp  (Closed) 
  Base URL: https://chromium.googlesource.com/chromium/blink.git@master
    
  
    Issue 471503002:
  Cleanup namespace usage in Source/web/Web[I-Z]*.cpp  (Closed) 
  Base URL: https://chromium.googlesource.com/chromium/blink.git@master| Index: Source/web/WebSharedWorkerImpl.cpp | 
| diff --git a/Source/web/WebSharedWorkerImpl.cpp b/Source/web/WebSharedWorkerImpl.cpp | 
| index 26bf424af4d35d9f31903a5aadbac66b2d246068..232af228beb7f3ed4d33b11e408d590bc8838830 100644 | 
| --- a/Source/web/WebSharedWorkerImpl.cpp | 
| +++ b/Source/web/WebSharedWorkerImpl.cpp | 
| @@ -72,8 +72,6 @@ | 
| #include "wtf/Functional.h" | 
| #include "wtf/MainThread.h" | 
| -using namespace blink; | 
| - | 
| namespace blink { | 
| // A thin wrapper for one-off script loading. |