| Index: services/ui/ime/ime_server_impl.h
|
| diff --git a/services/ui/ime/ime_server_impl.h b/services/ui/ime/ime_server_impl.h
|
| index 0b4c9f949d220acffab896cde1ae96ad0768133f..5f3c854f9ff3ffe5a52ecff577606aeaf0aa9fea 100644
|
| --- a/services/ui/ime/ime_server_impl.h
|
| +++ b/services/ui/ime/ime_server_impl.h
|
| @@ -10,6 +10,10 @@
|
| #include "mojo/public/cpp/bindings/binding_set.h"
|
| #include "services/ui/public/interfaces/ime.mojom.h"
|
|
|
| +namespace shell {
|
| +class Connector;
|
| +}
|
| +
|
| namespace ui {
|
|
|
| class IMEServerImpl : public mojom::IMEServer {
|
| @@ -17,6 +21,7 @@ class IMEServerImpl : public mojom::IMEServer {
|
| IMEServerImpl();
|
| ~IMEServerImpl() override;
|
|
|
| + void Init(shell::Connector* connector);
|
| void AddBinding(mojom::IMEServerRequest request);
|
| void OnDriverChanged(mojom::IMEDriverPtr driver);
|
|
|
|
|