Index: services/ui/view_manager/view_manager_app.cc |
diff --git a/services/ui/view_manager/view_manager_app.cc b/services/ui/view_manager/view_manager_app.cc |
index ae5c2eb9d3ceb8517e4d4f52c3feb1e8e5e904ff..f7c7136345d3682032aa4d76788f9d0a4d0a9fa7 100644 |
--- a/services/ui/view_manager/view_manager_app.cc |
+++ b/services/ui/view_manager/view_manager_app.cc |
@@ -60,8 +60,8 @@ void ViewManagerApp::Initialize(mojo::ApplicationImpl* app_impl) { |
} |
bool ViewManagerApp::ConfigureIncomingConnection( |
- mojo::ApplicationConnection* connection) { |
- connection->GetServiceProviderImpl().AddService<mojo::ui::ViewManager>([this]( |
+ mojo::ServiceProviderImpl* service_provider_impl) { |
+ service_provider_impl->AddService<mojo::ui::ViewManager>([this]( |
const mojo::ConnectionContext& connection_context, |
mojo::InterfaceRequest<mojo::ui::ViewManager> view_manager_request) { |
DCHECK(registry_); |