| Index: ui/views/touchui/touch_selection_controller_impl.h
|
| diff --git a/ui/views/touchui/touch_selection_controller_impl.h b/ui/views/touchui/touch_selection_controller_impl.h
|
| index 62e5e14a4c1a9232a5e587d8c44fee1cbda9a64d..ce4e0ab40a8295b4b044051941ad1d4bebb26924 100644
|
| --- a/ui/views/touchui/touch_selection_controller_impl.h
|
| +++ b/ui/views/touchui/touch_selection_controller_impl.h
|
| @@ -20,10 +20,11 @@ namespace test {
|
| class WidgetTestInteractive;
|
| }
|
|
|
| -// Touch specific implementation of TouchSelectionController. Responsible for
|
| -// displaying selection handles and menu elements relevant in a touch interface.
|
| +// Touch specific implementation of TouchEditingControllerDeprecated.
|
| +// Responsible for displaying selection handles and menu elements relevant in a
|
| +// touch interface.
|
| class VIEWS_EXPORT TouchSelectionControllerImpl
|
| - : public ui::TouchSelectionController,
|
| + : public ui::TouchEditingControllerDeprecated,
|
| public TouchEditingMenuController,
|
| public aura::WindowObserver,
|
| public WidgetObserver,
|
|
|