Index: third_party/WebKit/Source/core/workers/DedicatedWorkerGlobalScopeProxyProvider.h |
diff --git a/third_party/WebKit/Source/core/workers/DedicatedWorkerGlobalScopeProxyProvider.h b/third_party/WebKit/Source/core/workers/DedicatedWorkerGlobalScopeProxyProvider.h |
index ad943bdcebf82337c9112e9f6c4bcf3bb493173a..8ca59874ee62bf1841a47bdeadf613827fa1af26 100644 |
--- a/third_party/WebKit/Source/core/workers/DedicatedWorkerGlobalScopeProxyProvider.h |
+++ b/third_party/WebKit/Source/core/workers/DedicatedWorkerGlobalScopeProxyProvider.h |
@@ -39,7 +39,7 @@ |
namespace blink { |
-class InProcessWorkerGlobalScopeProxy; |
+class InProcessWorkerMessagingProxy; |
class Page; |
class Worker; |
@@ -49,7 +49,7 @@ public: |
DedicatedWorkerGlobalScopeProxyProvider() { } |
virtual ~DedicatedWorkerGlobalScopeProxyProvider() { } |
- virtual InProcessWorkerGlobalScopeProxy* createWorkerGlobalScopeProxy(Worker*) = 0; |
+ virtual InProcessWorkerMessagingProxy* createWorkerGlobalScopeProxy(Worker*) = 0; |
static DedicatedWorkerGlobalScopeProxyProvider* from(Page&); |
static const char* supplementName(); |