| Index: mandoline/services/core_services/core_services_application_delegate.h
|
| diff --git a/mandoline/services/core_services/core_services_application_delegate.h b/mandoline/services/core_services/core_services_application_delegate.h
|
| index 55f53879255f2bbac31347b529cf1343351bd204..bb2cff1010368f6fef93f703e464c833d27bc63a 100644
|
| --- a/mandoline/services/core_services/core_services_application_delegate.h
|
| +++ b/mandoline/services/core_services/core_services_application_delegate.h
|
| @@ -46,7 +46,7 @@ class CoreServicesApplicationDelegate
|
|
|
| // Overridden from mojo::shell::mojom::ContentHandler:
|
| void StartApplication(
|
| - mojo::InterfaceRequest<mojo::shell::mojom::Application> request,
|
| + mojo::InterfaceRequest<mojo::shell::mojom::ShellClient> request,
|
| mojo::URLResponsePtr response,
|
| const mojo::Callback<void()>& destruct_callback) override;
|
|
|
|
|