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

Unified Diff: ash/system/chromeos/network/network_state_notifier_unittest.cc

Issue 621133002: replace OVERRIDE and FINAL with override and final in ash/ (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 | « ash/system/chromeos/network/network_state_notifier.h ('k') | ash/system/chromeos/network/tray_network.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/system/chromeos/network/network_state_notifier_unittest.cc
diff --git a/ash/system/chromeos/network/network_state_notifier_unittest.cc b/ash/system/chromeos/network/network_state_notifier_unittest.cc
index 5cfa1fe9a102aec6ceca5812e2c8672b1139c645..78299f09a7f654f36fa1e53ea6b828714cd3a721 100644
--- a/ash/system/chromeos/network/network_state_notifier_unittest.cc
+++ b/ash/system/chromeos/network/network_state_notifier_unittest.cc
@@ -40,7 +40,7 @@ class NetworkStateNotifierTest : public AshTestBase {
NetworkStateNotifierTest() {}
virtual ~NetworkStateNotifierTest() {}
- virtual void SetUp() OVERRIDE {
+ virtual void SetUp() override {
DBusThreadManager::Initialize();
chromeos::LoginState::Initialize();
SetupDefaultShillState();
@@ -49,7 +49,7 @@ class NetworkStateNotifierTest : public AshTestBase {
AshTestBase::SetUp();
}
- virtual void TearDown() OVERRIDE {
+ virtual void TearDown() override {
AshTestBase::TearDown();
chromeos::LoginState::Shutdown();
chromeos::NetworkHandler::Shutdown();
« no previous file with comments | « ash/system/chromeos/network/network_state_notifier.h ('k') | ash/system/chromeos/network/tray_network.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698