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

Unified Diff: ui/chromeos/user_activity_power_manager_notifier.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/chromeos/touch_exploration_controller_unittest.cc ('k') | ui/compositor/closure_animation_observer.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/chromeos/user_activity_power_manager_notifier.h
diff --git a/ui/chromeos/user_activity_power_manager_notifier.h b/ui/chromeos/user_activity_power_manager_notifier.h
index 483f1b51e2519e42ef587eed9e3b90d3edeb376d..47cbcf9e7a040c23f18c03a6a545521c3fc37e99 100644
--- a/ui/chromeos/user_activity_power_manager_notifier.h
+++ b/ui/chromeos/user_activity_power_manager_notifier.h
@@ -26,7 +26,7 @@ class UI_CHROMEOS_EXPORT UserActivityPowerManagerNotifier
virtual ~UserActivityPowerManagerNotifier();
// UserActivityObserver implementation.
- virtual void OnUserActivity(const Event* event) OVERRIDE;
+ virtual void OnUserActivity(const Event* event) override;
private:
::wm::UserActivityDetector* detector_; // not owned
« no previous file with comments | « ui/chromeos/touch_exploration_controller_unittest.cc ('k') | ui/compositor/closure_animation_observer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698