| 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 5f3c854f9ff3ffe5a52ecff577606aeaf0aa9fea..0b4c9f949d220acffab896cde1ae96ad0768133f 100644
|
| --- a/services/ui/ime/ime_server_impl.h
|
| +++ b/services/ui/ime/ime_server_impl.h
|
| @@ -10,10 +10,6 @@
|
| #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 {
|
| @@ -21,7 +17,6 @@
|
| IMEServerImpl();
|
| ~IMEServerImpl() override;
|
|
|
| - void Init(shell::Connector* connector);
|
| void AddBinding(mojom::IMEServerRequest request);
|
| void OnDriverChanged(mojom::IMEDriverPtr driver);
|
|
|
|
|