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

Unified Diff: athena/input/public/input_manager.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/power_button_controller.h ('k') | athena/main/athena_content_client.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: athena/input/public/input_manager.h
diff --git a/athena/input/public/input_manager.h b/athena/input/public/input_manager.h
index 04682e84e9cd9306ad6a20e07737b4e17f144f3d..cd71681b2e9964f97c2345a7b696dec8fc4a8c4d 100644
--- a/athena/input/public/input_manager.h
+++ b/athena/input/public/input_manager.h
@@ -25,7 +25,7 @@ class PowerButtonObserver {
LONG_PRESSED,
RELEASED,
};
-
+ virtual ~PowerButtonObserver() {}
virtual void OnPowerButtonStateChanged(State state) = 0;
};
« no previous file with comments | « athena/input/power_button_controller.h ('k') | athena/main/athena_content_client.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698