| Index: ui/views/controls/prefix_selector.h | 
| diff --git a/ui/views/controls/prefix_selector.h b/ui/views/controls/prefix_selector.h | 
| index 629c306449b8d97f674b4b1ba5afcff60aa1f6c3..2c580086441c0ae5d4b07821f86c2e6459396b99 100644 | 
| --- a/ui/views/controls/prefix_selector.h | 
| +++ b/ui/views/controls/prefix_selector.h | 
| @@ -39,12 +39,12 @@ class VIEWS_EXPORT PrefixSelector : public ui::TextInputClient { | 
| virtual bool GetCompositionCharacterBounds(uint32 index, | 
| gfx::Rect* rect) OVERRIDE; | 
| virtual bool HasCompositionText() OVERRIDE; | 
| -  virtual bool GetTextRange(ui::Range* range) OVERRIDE; | 
| -  virtual bool GetCompositionTextRange(ui::Range* range) OVERRIDE; | 
| -  virtual bool GetSelectionRange(ui::Range* range) OVERRIDE; | 
| -  virtual bool SetSelectionRange(const ui::Range& range) OVERRIDE; | 
| -  virtual bool DeleteRange(const ui::Range& range) OVERRIDE; | 
| -  virtual bool GetTextFromRange(const ui::Range& range, | 
| +  virtual bool GetTextRange(gfx::Range* range) OVERRIDE; | 
| +  virtual bool GetCompositionTextRange(gfx::Range* range) OVERRIDE; | 
| +  virtual bool GetSelectionRange(gfx::Range* range) OVERRIDE; | 
| +  virtual bool SetSelectionRange(const gfx::Range& range) OVERRIDE; | 
| +  virtual bool DeleteRange(const gfx::Range& range) OVERRIDE; | 
| +  virtual bool GetTextFromRange(const gfx::Range& range, | 
| string16* text) OVERRIDE; | 
| virtual void OnInputMethodChanged() OVERRIDE; | 
| virtual bool ChangeTextDirectionAndLayoutAlignment( | 
|  |