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

Unified Diff: chromeos/network/geolocation_handler_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/network/geolocation_handler.h ('k') | chromeos/network/host_resolver_impl_chromeos.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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();
}
« no previous file with comments | « chromeos/network/geolocation_handler.h ('k') | chromeos/network/host_resolver_impl_chromeos.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698