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

Unified Diff: ui/views/views_delegate.h

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/touchui/touch_selection_controller_impl_unittest.cc ('k') | ui/views/views_delegate.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/views/views_delegate.h
diff --git a/ui/views/views_delegate.h b/ui/views/views_delegate.h
index b3dd4bbbac964387dcae01f32cf009320a95f10a..c4d0b393f89eab595764a0f0eff52e52ec5f82c5 100644
--- a/ui/views/views_delegate.h
+++ b/ui/views/views_delegate.h
@@ -41,7 +41,7 @@ namespace views {
class NativeWidget;
class NonClientFrameView;
-class ViewsTouchSelectionControllerFactory;
+class ViewsTouchEditingControllerFactory;
class View;
class Widget;
namespace internal {
@@ -148,7 +148,7 @@ class VIEWS_EXPORT ViewsDelegate {
static ViewsDelegate* views_delegate;
private:
- scoped_ptr<ViewsTouchSelectionControllerFactory> views_tsc_factory_;
+ scoped_ptr<ViewsTouchEditingControllerFactory> views_tsc_factory_;
DISALLOW_COPY_AND_ASSIGN(ViewsDelegate);
};
« no previous file with comments | « ui/views/touchui/touch_selection_controller_impl_unittest.cc ('k') | ui/views/views_delegate.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698