Index: chromeos/network/geolocation_handler_unittest.cc |
diff --git a/chromeos/network/geolocation_handler_unittest.cc b/chromeos/network/geolocation_handler_unittest.cc |
index af5dc19bb4ddc30c5d4f55f1bc10a0eb03e57785..084987ecb19769c0287cf281249d9d02f7029010 100644 |
--- a/chromeos/network/geolocation_handler_unittest.cc |
+++ b/chromeos/network/geolocation_handler_unittest.cc |
@@ -22,7 +22,7 @@ class GeolocationHandlerTest : public testing::Test { |
virtual ~GeolocationHandlerTest() { |
} |
- virtual void SetUp() OVERRIDE { |
+ virtual void SetUp() override { |
// Initialize DBusThreadManager with a stub implementation. |
DBusThreadManager::Initialize(); |
// Get the test interface for manager / device. |
@@ -34,7 +34,7 @@ class GeolocationHandlerTest : public testing::Test { |
message_loop_.RunUntilIdle(); |
} |
- virtual void TearDown() OVERRIDE { |
+ virtual void TearDown() override { |
geolocation_handler_.reset(); |
DBusThreadManager::Shutdown(); |
} |