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

Unified Diff: chrome/browser/chromeos/dbus/proxy_resolution_service_provider_unittest.cc

Issue 623293003: replace OVERRIDE and FINAL with override and final in chrome/browser/chromeos/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: run git cl format on echo_dialog_view.h 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
Index: chrome/browser/chromeos/dbus/proxy_resolution_service_provider_unittest.cc
diff --git a/chrome/browser/chromeos/dbus/proxy_resolution_service_provider_unittest.cc b/chrome/browser/chromeos/dbus/proxy_resolution_service_provider_unittest.cc
index 531d85d8fa9e743de7fc85ea7c05b1cfc24cf623..08eb7569f618d64dd45b9cf42f0383cd0b772102 100644
--- a/chrome/browser/chromeos/dbus/proxy_resolution_service_provider_unittest.cc
+++ b/chrome/browser/chromeos/dbus/proxy_resolution_service_provider_unittest.cc
@@ -55,7 +55,7 @@ class ProxyResolutionServiceProviderTest : public testing::Test {
: signal_received_successfully_(false) {
}
- virtual void SetUp() OVERRIDE {
+ virtual void SetUp() override {
// Create a mock proxy resolver. Will be owned by
// |proxy_resolution_service|.
MockProxyResolver* mock_resolver = new MockProxyResolver;
@@ -86,7 +86,7 @@ class ProxyResolutionServiceProviderTest : public testing::Test {
base::Unretained(this)));
}
- virtual void TearDown() OVERRIDE {
+ virtual void TearDown() override {
test_helper_.TearDown();
service_provider_.reset();
}

Powered by Google App Engine
This is Rietveld 408576698