| Index: content/browser/service_worker/embedded_worker_test_helper.h
|
| diff --git a/content/browser/service_worker/embedded_worker_test_helper.h b/content/browser/service_worker/embedded_worker_test_helper.h
|
| index fe30d6cd8d7f88fd60353829864cf088d3290407..ba45120cb4808458d37b480e29c6fbc9e19c1d9c 100644
|
| --- a/content/browser/service_worker/embedded_worker_test_helper.h
|
| +++ b/content/browser/service_worker/embedded_worker_test_helper.h
|
| @@ -162,10 +162,9 @@ class EmbeddedWorkerTestHelper : public IPC::Sender,
|
| void OnFetchEventStub(int request_id,
|
| const ServiceWorkerFetchRequest& request);
|
| void OnPushEventStub(int request_id, const PushEventPayload& payload);
|
| - void OnSetupMojoStub(
|
| - int thread_id,
|
| - mojo::shell::mojom::InterfaceProviderRequest services,
|
| - mojo::shell::mojom::InterfaceProviderPtr exposed_services);
|
| + void OnSetupMojoStub(int thread_id,
|
| + shell::mojom::InterfaceProviderRequest services,
|
| + shell::mojom::InterfaceProviderPtr exposed_services);
|
|
|
| MessagePortMessageFilter* NewMessagePortMessageFilter();
|
|
|
|
|