Index: chromeos/network/network_connection_handler_unittest.cc |
diff --git a/chromeos/network/network_connection_handler_unittest.cc b/chromeos/network/network_connection_handler_unittest.cc |
index 9a5cded96e68373ee78bbd793616b08c64c9a644..e25a267d64aac2441feb1ac8aa5960a05321a9b9 100644 |
--- a/chromeos/network/network_connection_handler_unittest.cc |
+++ b/chromeos/network/network_connection_handler_unittest.cc |
@@ -63,7 +63,7 @@ class NetworkConnectionHandlerTest : public testing::Test { |
virtual ~NetworkConnectionHandlerTest() { |
} |
- virtual void SetUp() OVERRIDE { |
+ virtual void SetUp() override { |
ASSERT_TRUE(user_.constructed_successfully()); |
user_.FinishInit(); |
@@ -121,7 +121,7 @@ class NetworkConnectionHandlerTest : public testing::Test { |
base::RunLoop().RunUntilIdle(); |
} |
- virtual void TearDown() OVERRIDE { |
+ virtual void TearDown() override { |
managed_config_handler_.reset(); |
network_profile_handler_.reset(); |
network_connection_handler_.reset(); |