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

Unified Diff: chromeos/network/network_device_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/network_device_handler_impl.h ('k') | chromeos/network/network_event_log_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromeos/network/network_device_handler_unittest.cc
diff --git a/chromeos/network/network_device_handler_unittest.cc b/chromeos/network/network_device_handler_unittest.cc
index 644ac57881bb8489f855225a438e3186ddd4e4fb..865c671ad4915d86ed57b97e4be3b39d413e598c 100644
--- a/chromeos/network/network_device_handler_unittest.cc
+++ b/chromeos/network/network_device_handler_unittest.cc
@@ -31,7 +31,7 @@ class NetworkDeviceHandlerTest : public testing::Test {
NetworkDeviceHandlerTest() : fake_device_client_(NULL) {}
virtual ~NetworkDeviceHandlerTest() {}
- virtual void SetUp() OVERRIDE {
+ virtual void SetUp() override {
fake_device_client_ = new FakeShillDeviceClient;
DBusThreadManager::GetSetterForTesting()->SetShillDeviceClient(
scoped_ptr<ShillDeviceClient>(fake_device_client_));
@@ -67,7 +67,7 @@ class NetworkDeviceHandlerTest : public testing::Test {
message_loop_.RunUntilIdle();
}
- virtual void TearDown() OVERRIDE {
+ virtual void TearDown() override {
network_device_handler_.reset();
network_state_handler_.reset();
DBusThreadManager::Shutdown();
« no previous file with comments | « chromeos/network/network_device_handler_impl.h ('k') | chromeos/network/network_event_log_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698