| 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 4d1c31a891b054dfde4cd50f612b153d546cd4a4..371115cede9c6d0d7a2c75c0adc6a405965941ba 100644
|
| --- a/content/renderer/service_worker/service_worker_context_client.h
|
| +++ b/content/renderer/service_worker/service_worker_context_client.h
|
| @@ -20,12 +20,12 @@
|
| #include "base/time/time.h"
|
| #include "content/child/webmessageportchannel_impl.h"
|
| #include "content/common/service_worker/service_worker_types.h"
|
| -#include "content/public/common/service_worker_event_status.mojom.h"
|
| #include "ipc/ipc_listener.h"
|
| #include "services/shell/public/interfaces/interface_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/modules/serviceworker/WebServiceWorkerError.h"
|
| +#include "third_party/WebKit/public/platform/modules/serviceworker/service_worker_event_status.mojom.h"
|
| #include "third_party/WebKit/public/web/modules/serviceworker/WebServiceWorkerContextClient.h"
|
| #include "third_party/WebKit/public/web/modules/serviceworker/WebServiceWorkerContextProxy.h"
|
| #include "v8/include/v8.h"
|
| @@ -65,7 +65,8 @@ class WebServiceWorkerRegistrationImpl;
|
| class ServiceWorkerContextClient
|
| : public blink::WebServiceWorkerContextClient {
|
| public:
|
| - using SyncCallback = mojo::Callback<void(mojom::ServiceWorkerEventStatus)>;
|
| + using SyncCallback =
|
| + mojo::Callback<void(blink::mojom::ServiceWorkerEventStatus)>;
|
|
|
| // Returns a thread-specific client instance. This does NOT create a
|
| // new instance.
|
|
|