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

Unified Diff: Source/web/WebWorkerRunLoop.cpp

Issue 471503002: Cleanup namespace usage in Source/web/Web[I-Z]*.cpp (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 4 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 | « Source/web/WebViewImpl.cpp ('k') | Source/web/WorkerGlobalScopeProxyProviderImpl.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/web/WebWorkerRunLoop.cpp
diff --git a/Source/web/WebWorkerRunLoop.cpp b/Source/web/WebWorkerRunLoop.cpp
index cccc2cebd2f1e8b7a0353dc074932c8cfdc7bf7a..57a07ffe0684fed4faaa2fe0e16524672e86721f 100644
--- a/Source/web/WebWorkerRunLoop.cpp
+++ b/Source/web/WebWorkerRunLoop.cpp
@@ -27,8 +27,6 @@
#include "core/workers/WorkerThread.h"
-using namespace blink;
-
namespace blink {
namespace {
@@ -77,4 +75,4 @@ bool WebWorkerRunLoop::lessThan(const WebWorkerRunLoop& o) const
return m_workerThread < o.m_workerThread;
}
-}
+} // namespace blink
« no previous file with comments | « Source/web/WebViewImpl.cpp ('k') | Source/web/WorkerGlobalScopeProxyProviderImpl.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698