Index: views/ime/input_method_base.h |
=================================================================== |
--- views/ime/input_method_base.h (revision 109585) |
+++ views/ime/input_method_base.h (working copy) |
@@ -11,15 +11,8 @@ |
#include "views/focus/focus_manager.h" |
#include "views/ime/input_method.h" |
#include "views/ime/input_method_delegate.h" |
+#include "views/ime/text_input_client.h" |
-namespace gfx { |
-class Rect; |
-} // namespace gfx |
- |
-namespace ui { |
-class TextInputClient; |
-} // namespace ui |
- |
namespace views { |
class View; |
@@ -53,7 +46,7 @@ |
// implementation. |
virtual void OnTextInputTypeChanged(View* view) OVERRIDE; |
- virtual ui::TextInputClient* GetTextInputClient() const OVERRIDE; |
+ virtual TextInputClient* GetTextInputClient() const OVERRIDE; |
virtual ui::TextInputType GetTextInputType() const OVERRIDE; |
virtual bool IsMock() const OVERRIDE; |