| 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 b4b8a36b72afda98c182b48728889f7ae570b408..4fd5de13d42ecdb6f2709c7627751fc3035de5a1 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"
|
| +#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;
|
|
|