| Index: Source/modules/serviceworkers/ServiceWorkerContainerClient.h
|
| diff --git a/Source/modules/serviceworkers/ServiceWorkerContainerClient.h b/Source/modules/serviceworkers/ServiceWorkerContainerClient.h
|
| index 457e9dcbddaca6b8100b7f6e02857c5c8ec42eb0..1b4b75b60c011189b2ce1d099929f03fe37dfffe 100644
|
| --- a/Source/modules/serviceworkers/ServiceWorkerContainerClient.h
|
| +++ b/Source/modules/serviceworkers/ServiceWorkerContainerClient.h
|
| @@ -13,7 +13,7 @@ namespace blink {
|
| class WebServiceWorkerProvider;
|
| }
|
|
|
| -namespace WebCore {
|
| +namespace blink {
|
|
|
| class ExecutionContext;
|
|
|
| @@ -48,6 +48,6 @@ protected:
|
|
|
| void provideServiceWorkerContainerClientToWorker(WorkerClients*, PassOwnPtr<blink::WebServiceWorkerProvider>);
|
|
|
| -} // namespace WebCore
|
| +} // namespace blink
|
|
|
| #endif // ServiceWorkerContainerClient_h
|
|
|