| Index: components/dom_distiller/core/distiller_url_fetcher_unittest.cc
|
| diff --git a/components/dom_distiller/core/distiller_url_fetcher_unittest.cc b/components/dom_distiller/core/distiller_url_fetcher_unittest.cc
|
| index 0f27452edb20c9f32363c1984acfff580db48c0b..d2b69b1e66c2246b325c9b086fad3fbb501c45b6 100644
|
| --- a/components/dom_distiller/core/distiller_url_fetcher_unittest.cc
|
| +++ b/components/dom_distiller/core/distiller_url_fetcher_unittest.cc
|
| @@ -28,7 +28,7 @@ class DistillerURLFetcherTest : public testing::Test {
|
|
|
| protected:
|
| // testing::Test implementation:
|
| - virtual void SetUp() OVERRIDE {
|
| + virtual void SetUp() override {
|
| url_fetcher_.reset(new dom_distiller::DistillerURLFetcher(NULL));
|
| factory_.reset(new net::FakeURLFetcherFactory(NULL));
|
| factory_->SetFakeResponse(
|
|
|