| Index: Source/modules/serviceworkers/ServiceWorkerClients.h
|
| diff --git a/Source/modules/serviceworkers/ServiceWorkerClients.h b/Source/modules/serviceworkers/ServiceWorkerClients.h
|
| index f6bb3334d71246d45418b2fc161dadce3abb5795..de4961978742608d9d8195926c731a2b15051665 100644
|
| --- a/Source/modules/serviceworkers/ServiceWorkerClients.h
|
| +++ b/Source/modules/serviceworkers/ServiceWorkerClients.h
|
| @@ -10,7 +10,7 @@
|
| #include "public/platform/WebServiceWorkerClientsInfo.h"
|
| #include "wtf/Forward.h"
|
|
|
| -namespace WebCore {
|
| +namespace blink {
|
|
|
| class Client;
|
| class ExecutionContext;
|
| @@ -31,6 +31,6 @@ private:
|
| ServiceWorkerClients();
|
| };
|
|
|
| -} // namespace WebCore
|
| +} // namespace blink
|
|
|
| #endif // ServiceWorkerClients_h
|
|
|