| Index: chrome/browser/ui/views/ime_driver/simple_input_method.h
|
| diff --git a/chrome/browser/ui/views/ime_driver/simple_input_method.h b/chrome/browser/ui/views/ime_driver/simple_input_method.h
|
| index c488cce7215b00fcfee4f5d603a24221741a3382..24ac9ea84f7a2384af31c93e650a14b7edc9e987 100644
|
| --- a/chrome/browser/ui/views/ime_driver/simple_input_method.h
|
| +++ b/chrome/browser/ui/views/ime_driver/simple_input_method.h
|
| @@ -17,10 +17,8 @@ class SimpleInputMethod : public ui::mojom::InputMethod {
|
| ~SimpleInputMethod() override;
|
|
|
| // ui::mojom::InputMethod:
|
| - void OnTextInputModeChanged(
|
| - ui::mojom::TextInputMode text_input_mode) override;
|
| - void OnTextInputTypeChanged(
|
| - ui::mojom::TextInputType text_input_type) override;
|
| + void OnTextInputModeChanged(ui::TextInputMode text_input_mode) override;
|
| + void OnTextInputTypeChanged(ui::TextInputType text_input_type) override;
|
| void OnCaretBoundsChanged(const gfx::Rect& caret_bounds) override;
|
| void ProcessKeyEvent(std::unique_ptr<ui::Event> key_event,
|
| const ProcessKeyEventCallback& callback) override;
|
|
|