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

Unified Diff: ui/chromeos/user_activity_power_manager_notifier.h

Issue 853073002: Update {virtual,override,final} to follow C++11 style in ui. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 11 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/display/chromeos/display_configurator.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 0d3e4e223fe4da0c79cbad0661e26e834efd2d7a..1f7babd283b57d3795c7411784063d0b2f08ab66 100644
--- a/ui/chromeos/user_activity_power_manager_notifier.h
+++ b/ui/chromeos/user_activity_power_manager_notifier.h
@@ -20,10 +20,10 @@ class UI_CHROMEOS_EXPORT UserActivityPowerManagerNotifier
: public UserActivityObserver {
public:
explicit UserActivityPowerManagerNotifier(UserActivityDetector* detector);
- virtual ~UserActivityPowerManagerNotifier();
+ ~UserActivityPowerManagerNotifier() override;
// UserActivityObserver implementation.
- virtual void OnUserActivity(const Event* event) override;
+ void OnUserActivity(const Event* event) override;
private:
UserActivityDetector* detector_; // not owned
« no previous file with comments | « ui/chromeos/touch_exploration_controller_unittest.cc ('k') | ui/display/chromeos/display_configurator.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698