Index: services/native_viewport/ozone/app_delegate_ozone.cc |
diff --git a/services/native_viewport/ozone/app_delegate_ozone.cc b/services/native_viewport/ozone/app_delegate_ozone.cc |
index 2750fc896e1269d53cfb7464d698e3cd2496490b..22d964ffad618143933d3b2cd1d08384bde452a7 100644 |
--- a/services/native_viewport/ozone/app_delegate_ozone.cc |
+++ b/services/native_viewport/ozone/app_delegate_ozone.cc |
@@ -24,8 +24,9 @@ void NativeViewportOzoneAppDelegate::Initialize( |
} |
bool NativeViewportOzoneAppDelegate::ConfigureIncomingConnection( |
- ApplicationConnection* connection) { |
- if (!NativeViewportAppDelegate::ConfigureIncomingConnection(connection)) |
+ ServiceProviderImpl* service_provider_impl) { |
+ if (!NativeViewportAppDelegate::ConfigureIncomingConnection( |
+ service_provider_impl)) |
return false; |
auto ipc_init_helper = static_cast<ui::IpcInitHelperMojo*>( |