| 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();
|
| }
|
|
|
|
|