| Index: services/keyboard/linux/main.cc
|
| diff --git a/services/keyboard/linux/main.cc b/services/keyboard/linux/main.cc
|
| index b74eaa70586b13f2a25b74695fc3558216b21b69..397a4f2a32b29982c0a227e3a7e191b79e00ba57 100644
|
| --- a/services/keyboard/linux/main.cc
|
| +++ b/services/keyboard/linux/main.cc
|
| @@ -52,9 +52,8 @@ class KeyboardServiceApp
|
| }
|
|
|
| // |InterfaceFactory<KeyboardService>| implementation:
|
| - void Create(
|
| - mojo::ApplicationConnection* connection,
|
| - mojo::InterfaceRequest<KeyboardServiceFactory> request) override {
|
| + void Create(const mojo::ConnectionContext& connection_context,
|
| + mojo::InterfaceRequest<KeyboardServiceFactory> request) override {
|
| new KeyboardServiceFactoryImpl(request.Pass());
|
| }
|
|
|
|
|