| Index: chrome/browser/ui/views/ime_driver/input_method_bridge_chromeos.h
|
| diff --git a/chrome/browser/ui/views/ime_driver/input_method_bridge_chromeos.h b/chrome/browser/ui/views/ime_driver/input_method_bridge_chromeos.h
|
| index d757a752718708ecf8a72a3aee844fadba378c75..0fac5bd24571c321e3525f59aea5d76241a12855 100644
|
| --- a/chrome/browser/ui/views/ime_driver/input_method_bridge_chromeos.h
|
| +++ b/chrome/browser/ui/views/ime_driver/input_method_bridge_chromeos.h
|
| @@ -16,10 +16,8 @@ class InputMethodBridge : public ui::mojom::InputMethod {
|
| ~InputMethodBridge() 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;
|
|
|