| Index: services/keyboard/linux/keyboard_service_impl.h
|
| diff --git a/services/keyboard/linux/keyboard_service_impl.h b/services/keyboard/linux/keyboard_service_impl.h
|
| index bb4037c14b4fe570ac1769041be3652e9d708ac8..aaf22e07d2d4566bb49c212018ee3b047e82e6b7 100644
|
| --- a/services/keyboard/linux/keyboard_service_impl.h
|
| +++ b/services/keyboard/linux/keyboard_service_impl.h
|
| @@ -7,6 +7,7 @@
|
|
|
| #include "base/macros.h"
|
| #include "mojo/public/cpp/application/interface_factory.h"
|
| +#include "mojo/public/cpp/bindings/interface_handle.h"
|
| #include "mojo/public/cpp/bindings/strong_binding.h"
|
| #include "mojo/public/interfaces/application/shell.mojom.h"
|
| #include "mojo/services/keyboard/interfaces/keyboard.mojom.h"
|
| @@ -23,7 +24,7 @@ class LinuxKeyboardServiceImpl : public keyboard::KeyboardService,
|
| ~LinuxKeyboardServiceImpl() override;
|
|
|
| // |KeyboardService| overrides:
|
| - void Show(keyboard::KeyboardClientPtr client,
|
| + void Show(mojo::InterfaceHandle<keyboard::KeyboardClient> client,
|
| keyboard::KeyboardType type) override;
|
| void ShowByRequest() override;
|
| void Hide() override;
|
|
|