| Index: content/child/service_worker/service_worker_dispatcher.h
|
| diff --git a/content/child/service_worker/service_worker_dispatcher.h b/content/child/service_worker/service_worker_dispatcher.h
|
| index ebabcc4ecd4d942edcc770bc351911ea45435fab..5c4c7ad5308ee21cb9cae6951f686eaeb7ab67b9 100644
|
| --- a/content/child/service_worker/service_worker_dispatcher.h
|
| +++ b/content/child/service_worker/service_worker_dispatcher.h
|
| @@ -12,10 +12,10 @@
|
| #include "base/memory/ref_counted.h"
|
| #include "base/strings/string16.h"
|
| #include "content/child/worker_task_runner.h"
|
| -#include "third_party/WebKit/public/platform/WebServiceWorkerError.h"
|
| -#include "third_party/WebKit/public/platform/WebServiceWorkerProvider.h"
|
| -#include "third_party/WebKit/public/platform/WebServiceWorkerRegistration.h"
|
| -#include "third_party/WebKit/public/platform/WebServiceWorkerState.h"
|
| +#include "third_party/WebKit/public/platform/modules/serviceworker/WebServiceWorkerError.h"
|
| +#include "third_party/WebKit/public/platform/modules/serviceworker/WebServiceWorkerProvider.h"
|
| +#include "third_party/WebKit/public/platform/modules/serviceworker/WebServiceWorkerRegistration.h"
|
| +#include "third_party/WebKit/public/platform/modules/serviceworker/WebServiceWorkerState.h"
|
|
|
| class GURL;
|
|
|
|
|