Index: services/authentication/main.cc |
diff --git a/services/authentication/main.cc b/services/authentication/main.cc |
index dc17369a6d56fc9460c8f27f7241ca7d9d72b53a..ff23499bab7a1a31eda1b4d5ec4eeb409f9d4fae 100644 |
--- a/services/authentication/main.cc |
+++ b/services/authentication/main.cc |
@@ -31,8 +31,8 @@ class GoogleAccountManagerApp : public mojo::ApplicationDelegate { |
} |
bool ConfigureIncomingConnection( |
- mojo::ApplicationConnection* connection) override { |
- connection->GetServiceProviderImpl().AddService<AuthenticationService>( |
+ mojo::ServiceProviderImpl* service_provider_impl) override { |
+ service_provider_impl->AddService<AuthenticationService>( |
[this](const mojo::ConnectionContext& connection_context, |
mojo::InterfaceRequest<AuthenticationService> request) { |
mojo::files::Error error = mojo::files::Error::INTERNAL; |