Index: content/child/service_worker/service_worker_dispatcher.cc |
diff --git a/content/child/service_worker/service_worker_dispatcher.cc b/content/child/service_worker/service_worker_dispatcher.cc |
index 6e9ecb402be63bb87af21b6a0b114cc76ddc6d87..860f8b1e8b4f48ebc7ef4f791a7a5d270b08b637 100644 |
--- a/content/child/service_worker/service_worker_dispatcher.cc |
+++ b/content/child/service_worker/service_worker_dispatcher.cc |
@@ -21,9 +21,9 @@ |
#include "content/common/service_worker/service_worker_messages.h" |
#include "content/common/service_worker/service_worker_types.h" |
#include "content/public/common/url_utils.h" |
-#include "third_party/WebKit/public/platform/WebServiceWorkerClientsInfo.h" |
-#include "third_party/WebKit/public/platform/WebServiceWorkerProviderClient.h" |
#include "third_party/WebKit/public/platform/WebString.h" |
falken
2015/08/17 08:36:12
I believe platform/WebString comes after platform/
kinuko
2015/08/18 07:52:24
This could be disputable but I believe no, mechani
|
+#include "third_party/WebKit/public/platform/modules/serviceworker/WebServiceWorkerClientsInfo.h" |
+#include "third_party/WebKit/public/platform/modules/serviceworker/WebServiceWorkerProviderClient.h" |
#include "third_party/WebKit/public/web/WebSecurityOrigin.h" |
using blink::WebServiceWorkerError; |