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

Unified Diff: Source/web/WebEmbeddedWorkerImpl.cpp

Issue 468083003: Cleanup namespace usage in Source/web/Web[A-H]*.cpp (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Rebasing 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/WebElementCollection.cpp ('k') | Source/web/WebFileChooserCompletionImpl.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/web/WebEmbeddedWorkerImpl.cpp
diff --git a/Source/web/WebEmbeddedWorkerImpl.cpp b/Source/web/WebEmbeddedWorkerImpl.cpp
index b3f8f36b1bc0eff5a8d86837432b38bcba00da2d..9a1624b0ac89dccd838c482ea06fe763ff8458e1 100644
--- a/Source/web/WebEmbeddedWorkerImpl.cpp
+++ b/Source/web/WebEmbeddedWorkerImpl.cpp
@@ -61,8 +61,6 @@
#include "web/WorkerPermissionClient.h"
#include "wtf/Functional.h"
-using namespace blink;
-
namespace blink {
// A thin wrapper for one-off script loading.
@@ -82,7 +80,7 @@ public:
{
ASSERT(loadingContext);
m_callback = callback;
- m_scriptLoader->setRequestContext(blink::WebURLRequest::RequestContextServiceWorker);
+ m_scriptLoader->setRequestContext(WebURLRequest::RequestContextServiceWorker);
m_scriptLoader->loadAsynchronously(
*loadingContext, scriptURL, DenyCrossOriginRequests, this);
}
« no previous file with comments | « Source/web/WebElementCollection.cpp ('k') | Source/web/WebFileChooserCompletionImpl.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698