| Index: services/authentication/main.cc
|
| diff --git a/services/authentication/main.cc b/services/authentication/main.cc
|
| index 25c0140f2a005671d55aae0d5f301d7b80572fcf..bedd607795e4bff1ef69e36f86738e8e91b95650 100644
|
| --- a/services/authentication/main.cc
|
| +++ b/services/authentication/main.cc
|
| @@ -39,7 +39,7 @@ class GoogleAccountManagerApp
|
| return true;
|
| }
|
|
|
| - void Create(mojo::ApplicationConnection* connection,
|
| + void Create(const mojo::ConnectionContext& connection_context,
|
| mojo::InterfaceRequest<AuthenticationService> request) override {
|
| mojo::files::Error error = mojo::files::Error::INTERNAL;
|
| mojo::files::DirectoryPtr directory;
|
|
|