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

Unified Diff: components/captive_portal/captive_portal_detector_unittest.cc

Issue 623133002: replace OVERRIDE and FINAL with override and final in components/ (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
Index: components/captive_portal/captive_portal_detector_unittest.cc
diff --git a/components/captive_portal/captive_portal_detector_unittest.cc b/components/captive_portal/captive_portal_detector_unittest.cc
index 32ffeb06daae2d69e753847a993a65a0d060403d..486baa145b7f7b4b5c78ba6f60b19c0231d40505 100644
--- a/components/captive_portal/captive_portal_detector_unittest.cc
+++ b/components/captive_portal/captive_portal_detector_unittest.cc
@@ -54,7 +54,7 @@ class CaptivePortalDetectorTest : public testing::Test,
CaptivePortalDetectorTest() {}
virtual ~CaptivePortalDetectorTest() {}
- virtual void SetUp() OVERRIDE {
+ virtual void SetUp() override {
CHECK(base::MessageLoopProxy::current().get());
scoped_refptr<net::URLRequestContextGetter> request_context_getter(
new net::TestURLRequestContextGetter(
@@ -64,7 +64,7 @@ class CaptivePortalDetectorTest : public testing::Test,
set_detector(detector_.get());
}
- virtual void TearDown() OVERRIDE {
+ virtual void TearDown() override {
detector_.reset();
}
« no previous file with comments | « components/captive_portal/captive_portal_detector.h ('k') | components/cdm/browser/cdm_message_filter_android.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698