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

Unified Diff: views/ime/input_method.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/controls/textfield/textfield.cc ('k') | views/ime/input_method_base.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: views/ime/input_method.h
diff --git a/views/ime/input_method.h b/views/ime/input_method.h
index 1c7df220f1175646d7d08966229795cc06d85a9e..4ec952373171a25fffa5d75a51c0869719b6dbac 100644
--- a/views/ime/input_method.h
+++ b/views/ime/input_method.h
@@ -13,6 +13,10 @@
#include "ui/base/ime/text_input_type.h"
#include "views/views_export.h"
+namespace ui {
+class TextInputClient;
+} // namespace ui
+
namespace views {
namespace internal {
@@ -20,7 +24,6 @@ class InputMethodDelegate;
} // namespace internal
class KeyEvent;
-class TextInputClient;
class View;
class Widget;
@@ -96,7 +99,7 @@ class VIEWS_EXPORT InputMethod {
// 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 TextInputClient* GetTextInputClient() const = 0;
+ virtual ui::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.
« no previous file with comments | « views/controls/textfield/textfield.cc ('k') | views/ime/input_method_base.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698