| Index: views/ime/input_method.h
|
| ===================================================================
|
| --- views/ime/input_method.h (revision 109585)
|
| +++ views/ime/input_method.h (working copy)
|
| @@ -13,10 +13,6 @@
|
| #include "ui/base/ime/text_input_type.h"
|
| #include "views/views_export.h"
|
|
|
| -namespace ui {
|
| -class TextInputClient;
|
| -} // namespace ui
|
| -
|
| namespace views {
|
|
|
| namespace internal {
|
| @@ -24,6 +20,7 @@
|
| } // namespace internal
|
|
|
| class KeyEvent;
|
| +class TextInputClient;
|
| class View;
|
| class Widget;
|
|
|
| @@ -99,7 +96,7 @@
|
| // Gets the focused text input client. Returns NULL if the Widget is not
|
| // focused, or there is no focused View or the focused View doesn't support
|
| // text input.
|
| - virtual ui::TextInputClient* GetTextInputClient() const = 0;
|
| + virtual TextInputClient* GetTextInputClient() const = 0;
|
|
|
| // Gets the text input type of the focused text input client. Returns
|
| // ui::TEXT_INPUT_TYPE_NONE if there is no focused text input client.
|
|
|