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

Unified Diff: athena/input/power_button_controller.h

Issue 641683003: C++11 override style change for athena (Closed) Base URL: https://chromium.googlesource.com/chromium/src@master
Patch Set: rebase 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/input/input_manager_unittest.cc ('k') | athena/input/public/input_manager.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: athena/input/power_button_controller.h
diff --git a/athena/input/power_button_controller.h b/athena/input/power_button_controller.h
index 7550fc43689ff327043fca38b380d0509e777600..8a693581f6b23d9236f1e1eb37a39f08cbbdc3d7 100644
--- a/athena/input/power_button_controller.h
+++ b/athena/input/power_button_controller.h
@@ -17,7 +17,7 @@ class PowerButtonController : public chromeos::PowerManagerClient::Observer,
public AcceleratorHandler {
public:
PowerButtonController();
- virtual ~PowerButtonController();
+ ~PowerButtonController() override;
void AddPowerButtonObserver(PowerButtonObserver* observer);
void RemovePowerButtonObserver(PowerButtonObserver* observer);
« no previous file with comments | « athena/input/input_manager_unittest.cc ('k') | athena/input/public/input_manager.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698