| Index: services/ui/ime/test_ime_driver/test_ime_driver.cc
|
| diff --git a/services/ui/ime/test_ime_driver/test_ime_driver.cc b/services/ui/ime/test_ime_driver/test_ime_driver.cc
|
| index 0c7355689bb127f9ca9309513ac3ec13590be0d3..eab2b45ad0068612cf3db6a4235f4f34e130b09c 100644
|
| --- a/services/ui/ime/test_ime_driver/test_ime_driver.cc
|
| +++ b/services/ui/ime/test_ime_driver/test_ime_driver.cc
|
| @@ -17,8 +17,8 @@ class TestInputMethod : public mojom::InputMethod {
|
|
|
| private:
|
| // mojom::InputMethod:
|
| - void OnTextInputModeChanged(mojom::TextInputMode text_input_mode) override {}
|
| - void OnTextInputTypeChanged(mojom::TextInputType text_input_type) override {}
|
| + void OnTextInputModeChanged(TextInputMode text_input_mode) override {}
|
| + void OnTextInputTypeChanged(TextInputType text_input_type) override {}
|
| void OnCaretBoundsChanged(const gfx::Rect& caret_bounds) override {}
|
| void ProcessKeyEvent(std::unique_ptr<Event> key_event,
|
| const ProcessKeyEventCallback& callback) override {
|
|
|