| Index: components/data_reduction_proxy/core/browser/data_reduction_proxy_config_service_unittest.cc
|
| diff --git a/components/data_reduction_proxy/core/browser/data_reduction_proxy_config_service_unittest.cc b/components/data_reduction_proxy/core/browser/data_reduction_proxy_config_service_unittest.cc
|
| index 904778cd935aa0eb0cf5c98f00a0f1ce9d4383fd..0b0876f071cc7068cf98e7a8d7c2ca9c7e827b77 100644
|
| --- a/components/data_reduction_proxy/core/browser/data_reduction_proxy_config_service_unittest.cc
|
| +++ b/components/data_reduction_proxy/core/browser/data_reduction_proxy_config_service_unittest.cc
|
| @@ -78,7 +78,7 @@ class MockObserver : public net::ProxyConfigService::Observer {
|
|
|
| class DataReductionProxyConfigServiceTest : public testing::Test {
|
| public:
|
| - virtual void SetUp() {
|
| + void SetUp() override {
|
| observer_.reset(new MockObserver());
|
| base_service_ = new TestProxyConfigService();
|
| scoped_ptr<net::ProxyConfigService> base_service(base_service_);
|
|
|