| Index: ui/views/controls/textfield/textfield_test_api.h
|
| diff --git a/ui/views/controls/textfield/textfield_test_api.h b/ui/views/controls/textfield/textfield_test_api.h
|
| index 1af2ffcdf62c5e207869c9b067489b77c35ddbe8..100483670c50628aac80333edc834011100b0a0b 100644
|
| --- a/ui/views/controls/textfield/textfield_test_api.h
|
| +++ b/ui/views/controls/textfield/textfield_test_api.h
|
| @@ -28,7 +28,7 @@ class TextfieldTestApi {
|
| return textfield_->context_menu_contents_.get();
|
| }
|
|
|
| - ui::TouchSelectionController* touch_selection_controller() const {
|
| + ui::TouchEditingControllerDeprecated* touch_selection_controller() const {
|
| return textfield_->touch_selection_controller_.get();
|
| }
|
|
|
|
|