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

Unified Diff: Source/web/WebEmbeddedWorkerImpl.h

Issue 467573002: Cleanup namespace usage in Source/web/Web*.h (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/WebDevToolsFrontendImpl.h ('k') | Source/web/WebFileChooserCompletionImpl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/web/WebEmbeddedWorkerImpl.h
diff --git a/Source/web/WebEmbeddedWorkerImpl.h b/Source/web/WebEmbeddedWorkerImpl.h
index 6333270d653c039878daa99ba36ea633dd95b93d..d4b7ce98137e31bf3316bf01089867be166b84d0 100644
--- a/Source/web/WebEmbeddedWorkerImpl.h
+++ b/Source/web/WebEmbeddedWorkerImpl.h
@@ -37,15 +37,12 @@
#include "public/web/WebFrameClient.h"
namespace blink {
-class WorkerScriptLoader;
-class WorkerThread;
-}
-
-namespace blink {
class ServiceWorkerGlobalScopeProxy;
class WebServiceWorkerNetworkProvider;
class WebView;
+class WorkerScriptLoader;
+class WorkerThread;
class WebEmbeddedWorkerImpl FINAL
: public WebEmbeddedWorker
@@ -102,7 +99,7 @@ private:
// Kept around only while main script loading is ongoing.
OwnPtr<Loader> m_mainScriptLoader;
- RefPtr<blink::WorkerThread> m_workerThread;
+ RefPtr<WorkerThread> m_workerThread;
OwnPtr<LoaderProxy> m_loaderProxy;
OwnPtr<ServiceWorkerGlobalScopeProxy> m_workerGlobalScopeProxy;
« no previous file with comments | « Source/web/WebDevToolsFrontendImpl.h ('k') | Source/web/WebFileChooserCompletionImpl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698