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

Unified Diff: views/controls/textfield/native_textfield_wrapper.h

Issue 8491035: Revert 109583 - Move views/ime/text_input_client.h to ui/base/ime/. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: 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/native_textfield_win.cc ('k') | views/controls/textfield/textfield.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: views/controls/textfield/native_textfield_wrapper.h
===================================================================
--- views/controls/textfield/native_textfield_wrapper.h (revision 109585)
+++ views/controls/textfield/native_textfield_wrapper.h (working copy)
@@ -18,13 +18,13 @@
namespace ui {
class Range;
-class TextInputClient;
} // namespace ui
namespace views {
class KeyEvent;
class Textfield;
+class TextInputClient;
class View;
// An interface implemented by an object that provides a platform-native
@@ -132,7 +132,7 @@
// Returns the View's TextInputClient instance or NULL if the View doesn't
// support text input.
- virtual ui::TextInputClient* GetTextInputClient() = 0;
+ virtual TextInputClient* GetTextInputClient() = 0;
// Applies the |style| to the text specified by its range.
// See |Textfield::ApplyStyleRange| for detail.
« no previous file with comments | « views/controls/textfield/native_textfield_win.cc ('k') | views/controls/textfield/textfield.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698