Index: ui/views/views_touch_selection_controller_factory.h |
diff --git a/ui/views/views_touch_selection_controller_factory.h b/ui/views/views_touch_selection_controller_factory.h |
index d1a3dd71e4dab6e0659b2d569ccc5f6263058fa8..7f37398b6314b7379d122fbe210dca614d3d1aac 100644 |
--- a/ui/views/views_touch_selection_controller_factory.h |
+++ b/ui/views/views_touch_selection_controller_factory.h |
@@ -10,13 +10,14 @@ |
namespace views { |
-class VIEWS_EXPORT ViewsTouchSelectionControllerFactory |
- : public ui::TouchSelectionControllerFactory { |
+class VIEWS_EXPORT ViewsTouchEditingControllerFactory |
+ : public ui::TouchEditingControllerFactory { |
public: |
- ViewsTouchSelectionControllerFactory(); |
+ ViewsTouchEditingControllerFactory(); |
- // Overridden from ui::TouchSelectionControllerFactory. |
- ui::TouchSelectionController* create(ui::TouchEditable* client_view) override; |
+ // Overridden from ui::TouchEditingControllerFactory. |
+ ui::TouchEditingControllerDeprecated* Create(ui::TouchEditable* client_view) |
+ override; |
}; |
} // namespace views |