| Index: Source/modules/serviceworkers/ServiceWorkerError.h
|
| diff --git a/Source/modules/serviceworkers/ServiceWorkerError.h b/Source/modules/serviceworkers/ServiceWorkerError.h
|
| index 2fd013f5800b6be0414ae8201947d0c283ae0043..161142a0f7fefd634786c8a0368122b8653a4629 100644
|
| --- a/Source/modules/serviceworkers/ServiceWorkerError.h
|
| +++ b/Source/modules/serviceworkers/ServiceWorkerError.h
|
| @@ -36,7 +36,7 @@
|
| #include "public/platform/WebServiceWorkerError.h"
|
| #include "wtf/PassOwnPtr.h"
|
|
|
| -namespace WebCore {
|
| +namespace blink {
|
|
|
| class ScriptPromiseResolver;
|
|
|
| @@ -51,6 +51,6 @@ private:
|
| ServiceWorkerError() WTF_DELETED_FUNCTION;
|
| };
|
|
|
| -} // namespace WebCore
|
| +} // namespace blink
|
|
|
| #endif // ServiceWorkerError_h
|
|
|