| Index: views/controls/textfield/native_textfield_win.h
|
| ===================================================================
|
| --- views/controls/textfield/native_textfield_win.h (revision 109585)
|
| +++ views/controls/textfield/native_textfield_win.h (working copy)
|
| @@ -92,7 +92,7 @@
|
| virtual bool HandleKeyReleased(const views::KeyEvent& event) 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;
|
|
|