Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(634)

Unified Diff: views/ime/input_method_base.h

Issue 8509034: Move views/ime/text_input_client.h to ui/base/ime/. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: more win_shared fix Created 9 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « views/ime/input_method.h ('k') | views/ime/input_method_base.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: views/ime/input_method_base.h
diff --git a/views/ime/input_method_base.h b/views/ime/input_method_base.h
index e657e22bf5b2c22460687cb4e44e586ff0047e9e..751757a4824a9f2dbbf4bbe13cd85232929f85dd 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;
« no previous file with comments | « views/ime/input_method.h ('k') | views/ime/input_method_base.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698