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

Unified Diff: chromeos/dbus/power_policy_controller_unittest.cc

Issue 628883002: replace OVERRIDE and FINAL with override and final in chromeos/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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 | « chromeos/dbus/power_policy_controller.h ('k') | chromeos/dbus/session_manager_client.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromeos/dbus/power_policy_controller_unittest.cc
diff --git a/chromeos/dbus/power_policy_controller_unittest.cc b/chromeos/dbus/power_policy_controller_unittest.cc
index 755cc53699c93b6f6eff34311298afa0b1b0ef95..c9a890131470a4e74a73c57467a0d456b1a67dd5 100644
--- a/chromeos/dbus/power_policy_controller_unittest.cc
+++ b/chromeos/dbus/power_policy_controller_unittest.cc
@@ -21,7 +21,7 @@ class PowerPolicyControllerTest : public testing::Test {
PowerPolicyControllerTest() {}
virtual ~PowerPolicyControllerTest() {}
- virtual void SetUp() OVERRIDE {
+ virtual void SetUp() override {
scoped_ptr<DBusThreadManagerSetter> dbus_setter =
chromeos::DBusThreadManager::GetSetterForTesting();
fake_power_client_ = new FakePowerManagerClient;
@@ -32,7 +32,7 @@ class PowerPolicyControllerTest : public testing::Test {
policy_controller_->Init(DBusThreadManager::Get());
}
- virtual void TearDown() OVERRIDE {
+ virtual void TearDown() override {
policy_controller_.reset();
DBusThreadManager::Shutdown();
}
« no previous file with comments | « chromeos/dbus/power_policy_controller.h ('k') | chromeos/dbus/session_manager_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698