| Index: content/renderer/service_worker/service_worker_context_client.h
|
| diff --git a/content/renderer/service_worker/service_worker_context_client.h b/content/renderer/service_worker/service_worker_context_client.h
|
| index 2f2c61f425ba17376b80af5fa6286a4b68ef8756..3205157652a3f86b78104ffa1782f33ed63b22ce 100644
|
| --- a/content/renderer/service_worker/service_worker_context_client.h
|
| +++ b/content/renderer/service_worker/service_worker_context_client.h
|
| @@ -21,8 +21,8 @@
|
| #include "mojo/application/public/interfaces/service_provider.mojom.h"
|
| #include "third_party/WebKit/public/platform/WebGeofencingEventType.h"
|
| #include "third_party/WebKit/public/platform/WebMessagePortChannel.h"
|
| -#include "third_party/WebKit/public/platform/WebServiceWorkerError.h"
|
| -#include "third_party/WebKit/public/web/WebServiceWorkerContextClient.h"
|
| +#include "third_party/WebKit/public/platform/modules/serviceworker/WebServiceWorkerError.h"
|
| +#include "third_party/WebKit/public/web/modules/serviceworker/WebServiceWorkerContextClient.h"
|
|
|
| namespace base {
|
| class SingleThreadTaskRunner;
|
|
|