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

Unified Diff: athena/system/power_button_controller.h

Issue 623103002: replace OVERRIDE and FINAL with override and final in athena/ (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 | « athena/system/orientation_controller.h ('k') | athena/system/status_icon_container_view.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: athena/system/power_button_controller.h
diff --git a/athena/system/power_button_controller.h b/athena/system/power_button_controller.h
index 10ff8cc2dd3b294d731ef1d69cd23744403edcce..b1540b9e38170bc5f3c1a750e00984e567f6413f 100644
--- a/athena/system/power_button_controller.h
+++ b/athena/system/power_button_controller.h
@@ -48,10 +48,10 @@ class PowerButtonController : public chromeos::PowerManagerClient::Observer {
void Shutdown();
// chromeos::PowerManagerClient::Observer:
- virtual void BrightnessChanged(int level, bool user_initiated) OVERRIDE;
+ virtual void BrightnessChanged(int level, bool user_initiated) override;
virtual void PowerButtonEventReceived(
bool down,
- const base::TimeTicks& timestamp) OVERRIDE;
+ const base::TimeTicks& timestamp) override;
// |shutdown_warning_message_|'s parent container.
aura::Window* warning_message_container_;
« no previous file with comments | « athena/system/orientation_controller.h ('k') | athena/system/status_icon_container_view.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698