| Index: content/browser/shared_worker/shared_worker_service_impl.h
|
| diff --git a/content/browser/shared_worker/shared_worker_service_impl.h b/content/browser/shared_worker/shared_worker_service_impl.h
|
| index 5baabd8dbd7c08ba1b0749f661eb4e8f66024286..3db61506a1e23808d5fe520b794f77c541b01fda 100644
|
| --- a/content/browser/shared_worker/shared_worker_service_impl.h
|
| +++ b/content/browser/shared_worker/shared_worker_service_impl.h
|
| @@ -15,13 +15,12 @@
|
| #include "base/macros.h"
|
| #include "base/memory/singleton.h"
|
| #include "base/observer_list.h"
|
| +#include "content/common/shared_worker.mojom.h"
|
| #include "content/public/browser/notification_observer.h"
|
| #include "content/public/browser/notification_registrar.h"
|
| #include "content/public/browser/worker_service.h"
|
| #include "third_party/WebKit/public/web/WebSharedWorkerCreationErrors.h"
|
|
|
| -struct ViewHostMsg_CreateWorker_Params;
|
| -
|
| namespace IPC {
|
| class Message;
|
| }
|
| @@ -51,7 +50,7 @@ class CONTENT_EXPORT SharedWorkerServiceImpl
|
|
|
| // These methods correspond to worker related IPCs.
|
| blink::WebWorkerCreationError CreateWorker(
|
| - const ViewHostMsg_CreateWorker_Params& params,
|
| + mojom::SharedWorkerCreateParamsPtr params,
|
| int route_id,
|
| SharedWorkerMessageFilter* filter,
|
| ResourceContext* resource_context,
|
|
|