Index: ui/ozone/public/ipc_init_helper_mojo.h |
diff --git a/ui/ozone/public/ipc_init_helper_mojo.h b/ui/ozone/public/ipc_init_helper_mojo.h |
index 42db90dffd4da0a385acfff6d5a8b65c514bca47..bc15fc6908eced0ff07053fd5624d4b0628c37c7 100644 |
--- a/ui/ozone/public/ipc_init_helper_mojo.h |
+++ b/ui/ozone/public/ipc_init_helper_mojo.h |
@@ -15,11 +15,11 @@ class IpcInitHelperMojo : public IpcInitHelperOzone { |
public: |
virtual void HostInitialize(mojo::ApplicationImpl* application) = 0; |
virtual bool HostConfigureIncomingConnection( |
- mojo::ApplicationConnection* connection) = 0; |
+ mojo::ServiceProviderImpl* service_provider_impl) = 0; |
virtual void GpuInitialize(mojo::ApplicationImpl* application) = 0; |
virtual bool GpuConfigureIncomingConnection( |
- mojo::ApplicationConnection* connection) = 0; |
+ mojo::ServiceProviderImpl* service_provider_impl) = 0; |
}; |
} // namespace ui |