Index: ui/views/controls/textfield/textfield.h |
diff --git a/ui/views/controls/textfield/textfield.h b/ui/views/controls/textfield/textfield.h |
index f488ca2707e02159ca7a569ae0d000420180dff0..677e9165af79decfce79eb64bb852add05159921 100644 |
--- a/ui/views/controls/textfield/textfield.h |
+++ b/ui/views/controls/textfield/textfield.h |
@@ -454,7 +454,7 @@ class VIEWS_EXPORT Textfield : public View, |
gfx::Point last_click_location_; |
gfx::Range double_click_word_; |
- scoped_ptr<ui::TouchSelectionController> touch_selection_controller_; |
+ scoped_ptr<ui::TouchEditingControllerDeprecated> touch_selection_controller_; |
// Used to track touch drag starting location and offset to enable touch |
// scrolling. |