| Index: views/controls/textfield/native_textfield_gtk.h
|
| ===================================================================
|
| --- views/controls/textfield/native_textfield_gtk.h (revision 109585)
|
| +++ views/controls/textfield/native_textfield_gtk.h (working copy)
|
| @@ -62,7 +62,7 @@
|
| virtual bool HandleKeyReleased(const views::KeyEvent& e) OVERRIDE;
|
| virtual void HandleFocus() OVERRIDE;
|
| virtual void HandleBlur() OVERRIDE;
|
| - virtual ui::TextInputClient* GetTextInputClient() OVERRIDE;
|
| + virtual TextInputClient* GetTextInputClient() OVERRIDE;
|
| virtual void ApplyStyleRange(const gfx::StyleRange& style) OVERRIDE;
|
| virtual void ApplyDefaultStyle() OVERRIDE;
|
| virtual void ClearEditHistory() OVERRIDE;
|
|
|