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 b8541f8461ccf14ffb04930ca4ed3ea5715698c4..bfb087f4bb726163b83af47b345159f96b1440bf 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 |