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

Unified Diff: athena/input/input_manager_unittest.cc

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_impl.h ('k') | athena/input/power_button_controller.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: athena/input/input_manager_unittest.cc
diff --git a/athena/input/input_manager_unittest.cc b/athena/input/input_manager_unittest.cc
index a510002e4959c59e1f7175edac23fc56c3fe2b24..242724a1480823fa9e4a3e391a6b5215ee8e61ca 100644
--- a/athena/input/input_manager_unittest.cc
+++ b/athena/input/input_manager_unittest.cc
@@ -17,7 +17,7 @@ class TestPowerButtonObserver : public PowerButtonObserver {
TestPowerButtonObserver() : count_(0), state_(RELEASED) {
InputManager::Get()->AddPowerButtonObserver(this);
}
- virtual ~TestPowerButtonObserver() {
+ ~TestPowerButtonObserver() override {
InputManager::Get()->RemovePowerButtonObserver(this);
}
« no previous file with comments | « athena/input/input_manager_impl.h ('k') | athena/input/power_button_controller.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698