| Index: ui/views/controls/textfield/textfield.h
|
| diff --git a/ui/views/controls/textfield/textfield.h b/ui/views/controls/textfield/textfield.h
|
| index ef815abf46b4cade36e17c50aeb3f77c345081b2..e08cfb4ee15751ceccb36b2ef9d99c21741e733b 100644
|
| --- a/ui/views/controls/textfield/textfield.h
|
| +++ b/ui/views/controls/textfield/textfield.h
|
| @@ -263,8 +263,8 @@ class VIEWS_EXPORT Textfield : public View,
|
| // ui::TouchEditable overrides:
|
| void SelectRect(const gfx::Point& start, const gfx::Point& end) override;
|
| void MoveCaretTo(const gfx::Point& point) override;
|
| - void GetSelectionEndPoints(ui::SelectionBound* anchor,
|
| - ui::SelectionBound* focus) override;
|
| + void GetSelectionEndPoints(gfx::SelectionBound* anchor,
|
| + gfx::SelectionBound* focus) override;
|
| gfx::Rect GetBounds() override;
|
| gfx::NativeView GetNativeView() const override;
|
| void ConvertPointToScreen(gfx::Point* point) override;
|
|
|