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

Unified Diff: ui/views/views_touch_selection_controller_factory.h

Issue 623293004: replace OVERRIDE and FINAL with override and final in ui/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase on master 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') | ui/views/widget/desktop_aura/desktop_capture_client.h » ('j') | 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 6b02c1e8d424d299145716155c13537de6412d9a..9ddaa8f55ee8053d0c7ac13bdf833bc835e31d15 100644
--- a/ui/views/views_touch_selection_controller_factory.h
+++ b/ui/views/views_touch_selection_controller_factory.h
@@ -17,7 +17,7 @@ class VIEWS_EXPORT ViewsTouchSelectionControllerFactory
// Overridden from ui::TouchSelectionControllerFactory.
virtual ui::TouchSelectionController* create(
- ui::TouchEditable* client_view) OVERRIDE;
+ ui::TouchEditable* client_view) override;
};
} // namespace views
« no previous file with comments | « ui/views/view_unittest.cc ('k') | ui/views/widget/desktop_aura/desktop_capture_client.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698