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

Unified Diff: athena/system/orientation_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/network_selector.cc ('k') | athena/system/power_button_controller.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: athena/system/orientation_controller.h
diff --git a/athena/system/orientation_controller.h b/athena/system/orientation_controller.h
index c02a5b0fb7f8c688507e6520482288de3fef55cc..c9f83e670c062c2cedd745110113f3f3a4a9d767 100644
--- a/athena/system/orientation_controller.h
+++ b/athena/system/orientation_controller.h
@@ -31,7 +31,7 @@ class OrientationController
// chromeos::AccelerometerReader::Delegate
virtual void HandleAccelerometerUpdate(
- const ui::AccelerometerUpdate& update) OVERRIDE;
+ const ui::AccelerometerUpdate& update) override;
private:
// The last configured rotation.
« no previous file with comments | « athena/system/network_selector.cc ('k') | athena/system/power_button_controller.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698