| Index: Source/modules/serviceworkers/ServiceWorkerContainer.h
|
| diff --git a/Source/modules/serviceworkers/ServiceWorkerContainer.h b/Source/modules/serviceworkers/ServiceWorkerContainer.h
|
| index b3aa33e0161d54d91431a972cae5b28f6d211b1a..f267e4b2dbe34ad1ba328caa2cce2f8edb5b153a 100644
|
| --- a/Source/modules/serviceworkers/ServiceWorkerContainer.h
|
| +++ b/Source/modules/serviceworkers/ServiceWorkerContainer.h
|
| @@ -31,8 +31,8 @@
|
| #ifndef ServiceWorkerContainer_h
|
| #define ServiceWorkerContainer_h
|
|
|
| -#include "bindings/v8/ScriptPromise.h"
|
| -#include "bindings/v8/ScriptWrappable.h"
|
| +#include "bindings/core/v8/ScriptPromise.h"
|
| +#include "bindings/core/v8/ScriptWrappable.h"
|
| #include "core/dom/ContextLifecycleObserver.h"
|
| #include "modules/serviceworkers/ServiceWorker.h"
|
| #include "public/platform/WebServiceWorkerProviderClient.h"
|
|
|