| Index: views/ime/input_method_base.h
|
| diff --git a/views/ime/input_method_base.h b/views/ime/input_method_base.h
|
| index f8e232de7257d2e46dc500a704d8d31703274a1e..904de9ebe450990bb02fb049ee073c249667a301 100644
|
| --- a/views/ime/input_method_base.h
|
| +++ b/views/ime/input_method_base.h
|
| @@ -11,7 +11,14 @@
|
| #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 {
|
|
|
| @@ -46,7 +53,7 @@ class VIEWS_EXPORT InputMethodBase : public InputMethod,
|
| // implementation.
|
| virtual void OnTextInputTypeChanged(View* view) OVERRIDE;
|
|
|
| - virtual TextInputClient* GetTextInputClient() const OVERRIDE;
|
| + virtual ui::TextInputClient* GetTextInputClient() const OVERRIDE;
|
| virtual ui::TextInputType GetTextInputType() const OVERRIDE;
|
| virtual bool IsMock() const OVERRIDE;
|
|
|
|
|