| 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 d2b69b1e66c2246b325c9b086fad3fbb501c45b6..f100d5cd482c6995bdd69a5202156c22772f3f84 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 {
|
| + void SetUp() override {
|
| url_fetcher_.reset(new dom_distiller::DistillerURLFetcher(NULL));
|
| factory_.reset(new net::FakeURLFetcherFactory(NULL));
|
| factory_->SetFakeResponse(
|
|
|