| Index: chrome/browser/net/spdyproxy/data_reduction_proxy_chrome_configurator_unittest.cc
|
| diff --git a/chrome/browser/net/spdyproxy/data_reduction_proxy_chrome_configurator_unittest.cc b/chrome/browser/net/spdyproxy/data_reduction_proxy_chrome_configurator_unittest.cc
|
| index 06848fa2102af08b986dfc3abe8001758ae6b0d9..7b55500fb955e3a1c8afb624bd3db6c9cbf1fbe9 100644
|
| --- a/chrome/browser/net/spdyproxy/data_reduction_proxy_chrome_configurator_unittest.cc
|
| +++ b/chrome/browser/net/spdyproxy/data_reduction_proxy_chrome_configurator_unittest.cc
|
| @@ -17,7 +17,7 @@
|
|
|
| class DataReductionProxyConfigTest : public testing::Test {
|
| public:
|
| - virtual void SetUp() {
|
| + void SetUp() override {
|
| PrefRegistrySimple* registry = pref_service_.registry();
|
| registry->RegisterDictionaryPref(prefs::kProxy);
|
| config_.reset(new DataReductionProxyChromeConfigurator(
|
|
|