Index: content/renderer/service_worker/service_worker_context_client.cc |
diff --git a/content/renderer/service_worker/service_worker_context_client.cc b/content/renderer/service_worker/service_worker_context_client.cc |
index 815d1d7c2e584c06ef69e511bf14b3ef98cc3d5e..88b9c5831990e33b2dfefda5f6cc01342b34d64b 100644 |
--- a/content/renderer/service_worker/service_worker_context_client.cc |
+++ b/content/renderer/service_worker/service_worker_context_client.cc |
@@ -43,16 +43,16 @@ |
#include "third_party/WebKit/public/platform/WebMessagePortChannel.h" |
#include "third_party/WebKit/public/platform/WebPassOwnPtr.h" |
#include "third_party/WebKit/public/platform/WebReferrerPolicy.h" |
-#include "third_party/WebKit/public/platform/WebServiceWorkerClientQueryOptions.h" |
-#include "third_party/WebKit/public/platform/WebServiceWorkerRequest.h" |
-#include "third_party/WebKit/public/platform/WebServiceWorkerResponse.h" |
#include "third_party/WebKit/public/platform/WebString.h" |
#include "third_party/WebKit/public/platform/modules/background_sync/WebSyncRegistration.h" |
#include "third_party/WebKit/public/platform/modules/notifications/WebNotificationData.h" |
+#include "third_party/WebKit/public/platform/modules/serviceworker/WebServiceWorkerClientQueryOptions.h" |
+#include "third_party/WebKit/public/platform/modules/serviceworker/WebServiceWorkerRequest.h" |
+#include "third_party/WebKit/public/platform/modules/serviceworker/WebServiceWorkerResponse.h" |
#include "third_party/WebKit/public/web/WebDataSource.h" |
-#include "third_party/WebKit/public/web/WebServiceWorkerContextClient.h" |
-#include "third_party/WebKit/public/web/WebServiceWorkerContextProxy.h" |
-#include "third_party/WebKit/public/web/WebServiceWorkerNetworkProvider.h" |
+#include "third_party/WebKit/public/web/modules/serviceworker/WebServiceWorkerContextClient.h" |
+#include "third_party/WebKit/public/web/modules/serviceworker/WebServiceWorkerContextProxy.h" |
+#include "third_party/WebKit/public/web/modules/serviceworker/WebServiceWorkerNetworkProvider.h" |
namespace content { |