| Index: Source/modules/serviceworkers/ServiceWorkerGlobalScopeClient.h
|
| diff --git a/Source/modules/serviceworkers/ServiceWorkerGlobalScopeClient.h b/Source/modules/serviceworkers/ServiceWorkerGlobalScopeClient.h
|
| index abf997da718d00ef5d93176a29f7ad8e7d7a6d4b..36490b660604644127c93e8d5a1d9c866435476d 100644
|
| --- a/Source/modules/serviceworkers/ServiceWorkerGlobalScopeClient.h
|
| +++ b/Source/modules/serviceworkers/ServiceWorkerGlobalScopeClient.h
|
| @@ -44,7 +44,7 @@ namespace blink {
|
| class WebURL;
|
| };
|
|
|
| -namespace WebCore {
|
| +namespace blink {
|
|
|
| class ExecutionContext;
|
| class Response;
|
| @@ -74,6 +74,6 @@ protected:
|
|
|
| void provideServiceWorkerGlobalScopeClientToWorker(WorkerClients*, PassOwnPtrWillBeRawPtr<ServiceWorkerGlobalScopeClient>);
|
|
|
| -} // namespace WebCore
|
| +} // namespace blink
|
|
|
| #endif // ServiceWorkerGlobalScopeClient_h
|
|
|