Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(167)

Unified Diff: ui/views/views_touch_selection_controller_factory_mac.cc

Issue 798683003: Rename old Aura TouchSelectionController (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Minor fixes Created 6 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ui/views/views_touch_selection_controller_factory_aura.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/views/views_touch_selection_controller_factory_mac.cc
diff --git a/ui/views/views_touch_selection_controller_factory_mac.cc b/ui/views/views_touch_selection_controller_factory_mac.cc
index b4866154e1193249ec33c2127e28c43656bcb9b2..de85370d4a4bcd6ecc01f994018481cf3b96669d 100644
--- a/ui/views/views_touch_selection_controller_factory_mac.cc
+++ b/ui/views/views_touch_selection_controller_factory_mac.cc
@@ -6,10 +6,11 @@
namespace views {
-ViewsTouchSelectionControllerFactory::ViewsTouchSelectionControllerFactory() {
+ViewsTouchEditingControllerFactory::ViewsTouchEditingControllerFactory() {
}
-ui::TouchSelectionController* ViewsTouchSelectionControllerFactory::create(
+ui::TouchEditingControllerDeprecated*
+ViewsTouchEditingControllerFactory::Create(
ui::TouchEditable* client_view) {
return NULL;
}
« no previous file with comments | « ui/views/views_touch_selection_controller_factory_aura.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698