| Index: chrome/browser/ui/views/ime_driver/input_method_bridge_chromeos.cc
|
| diff --git a/chrome/browser/ui/views/ime_driver/input_method_bridge_chromeos.cc b/chrome/browser/ui/views/ime_driver/input_method_bridge_chromeos.cc
|
| index a382fbc4718eec48bbf301eaaaedc5bfcb082905..522a5883168f6218c5adac49df2ef36acbcaa8e4 100644
|
| --- a/chrome/browser/ui/views/ime_driver/input_method_bridge_chromeos.cc
|
| +++ b/chrome/browser/ui/views/ime_driver/input_method_bridge_chromeos.cc
|
| @@ -17,13 +17,13 @@ InputMethodBridge::InputMethodBridge(ui::mojom::TextInputClientPtr client)
|
| InputMethodBridge::~InputMethodBridge() {}
|
|
|
| void InputMethodBridge::OnTextInputModeChanged(
|
| - ui::mojom::TextInputMode text_input_mode) {
|
| + ui::TextInputMode text_input_mode) {
|
| // TODO(moshayedi): crbug.com/631527. Consider removing this, as
|
| // ui::InputMethodChromeOS doesn't have this.
|
| }
|
|
|
| void InputMethodBridge::OnTextInputTypeChanged(
|
| - ui::mojom::TextInputType text_input_type) {
|
| + ui::TextInputType text_input_type) {
|
| input_method_chromeos_->OnTextInputTypeChanged(client_.get());
|
| }
|
|
|
|
|