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

Unified Diff: ui/views/views_touch_selection_controller_factory.h

Issue 679233002: Standardize usage of virtual/override/final specifiers. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 2 months 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/view_unittest.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.h
diff --git a/ui/views/views_touch_selection_controller_factory.h b/ui/views/views_touch_selection_controller_factory.h
index 9ddaa8f55ee8053d0c7ac13bdf833bc835e31d15..d1a3dd71e4dab6e0659b2d569ccc5f6263058fa8 100644
--- a/ui/views/views_touch_selection_controller_factory.h
+++ b/ui/views/views_touch_selection_controller_factory.h
@@ -16,8 +16,7 @@ class VIEWS_EXPORT ViewsTouchSelectionControllerFactory
ViewsTouchSelectionControllerFactory();
// Overridden from ui::TouchSelectionControllerFactory.
- virtual ui::TouchSelectionController* create(
- ui::TouchEditable* client_view) override;
+ ui::TouchSelectionController* create(ui::TouchEditable* client_view) override;
};
} // namespace views
« no previous file with comments | « ui/views/view_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698