| Index: chrome/browser/ui/views/ime_driver/simple_input_method.cc
|
| diff --git a/chrome/browser/ui/views/ime_driver/simple_input_method.cc b/chrome/browser/ui/views/ime_driver/simple_input_method.cc
|
| index e040d2c86562fffd0cd88456f5e9b46d86a1b4e2..189d346401f17cde57c068bb452b7a249907a70c 100644
|
| --- a/chrome/browser/ui/views/ime_driver/simple_input_method.cc
|
| +++ b/chrome/browser/ui/views/ime_driver/simple_input_method.cc
|
| @@ -9,10 +9,10 @@ SimpleInputMethod::SimpleInputMethod() {}
|
| SimpleInputMethod::~SimpleInputMethod() {}
|
|
|
| void SimpleInputMethod::OnTextInputModeChanged(
|
| - ui::mojom::TextInputMode text_input_mode) {}
|
| + ui::TextInputMode text_input_mode) {}
|
|
|
| void SimpleInputMethod::OnTextInputTypeChanged(
|
| - ui::mojom::TextInputType text_input_type) {}
|
| + ui::TextInputType text_input_type) {}
|
|
|
| void SimpleInputMethod::OnCaretBoundsChanged(const gfx::Rect& caret_bounds) {}
|
|
|
|
|