Index: views/ime/input_method_wayland.cc |
=================================================================== |
--- views/ime/input_method_wayland.cc (revision 109585) |
+++ views/ime/input_method_wayland.cc (working copy) |
@@ -68,7 +68,7 @@ |
// event (ctrl-a, return, tab, etc.). We need to send the character to the |
// focused text input client by calling TextInputClient::InsertChar(). |
char16 ch = key.GetCharacter(); |
- ui::TextInputClient* client = GetTextInputClient(); |
+ TextInputClient* client = GetTextInputClient(); |
if (ch && client) |
client->InsertChar(ch, key.flags()); |
} |