| Index: content/common/service_worker/service_worker_types.h
|
| diff --git a/content/common/service_worker/service_worker_types.h b/content/common/service_worker/service_worker_types.h
|
| index cfef416e1af4b5da726e611e489abeb3e291192e..3a25f4924b231d010348f467e75a35c6c41aadeb 100644
|
| --- a/content/common/service_worker/service_worker_types.h
|
| +++ b/content/common/service_worker/service_worker_types.h
|
| @@ -15,10 +15,10 @@
|
| #include "content/public/common/request_context_frame_type.h"
|
| #include "content/public/common/request_context_type.h"
|
| #include "third_party/WebKit/public/platform/WebPageVisibilityState.h"
|
| -#include "third_party/WebKit/public/platform/WebServiceWorkerClientType.h"
|
| -#include "third_party/WebKit/public/platform/WebServiceWorkerResponseError.h"
|
| -#include "third_party/WebKit/public/platform/WebServiceWorkerResponseType.h"
|
| -#include "third_party/WebKit/public/platform/WebServiceWorkerState.h"
|
| +#include "third_party/WebKit/public/platform/modules/serviceworker/WebServiceWorkerClientType.h"
|
| +#include "third_party/WebKit/public/platform/modules/serviceworker/WebServiceWorkerResponseError.h"
|
| +#include "third_party/WebKit/public/platform/modules/serviceworker/WebServiceWorkerResponseType.h"
|
| +#include "third_party/WebKit/public/platform/modules/serviceworker/WebServiceWorkerState.h"
|
| #include "url/gurl.h"
|
|
|
| // This file is to have common definitions that are to be shared by
|
|
|