Index: views/view.h |
=================================================================== |
--- views/view.h (revision 109585) |
+++ views/view.h (working copy) |
@@ -42,7 +42,6 @@ |
class Compositor; |
class Layer; |
class LayerAnimationSequence; |
-class TextInputClient; |
class Texture; |
class ThemeProvider; |
class Transform; |
@@ -65,6 +64,7 @@ |
class InputMethod; |
class LayoutManager; |
class ScrollView; |
+class TextInputClient; |
class Widget; |
namespace internal { |
@@ -623,7 +623,7 @@ |
// Returns the View's TextInputClient instance or NULL if the View doesn't |
// support text input. |
- virtual ui::TextInputClient* GetTextInputClient(); |
+ virtual TextInputClient* GetTextInputClient(); |
// Convenience method to retrieve the InputMethod associated with the |
// Widget that contains this view. Returns NULL if this view is not part of a |