| Index: components/data_reduction_proxy/core/browser/data_reduction_proxy_settings_test_utils.cc
|
| diff --git a/components/data_reduction_proxy/core/browser/data_reduction_proxy_settings_test_utils.cc b/components/data_reduction_proxy/core/browser/data_reduction_proxy_settings_test_utils.cc
|
| index 3e02cc844523f3145894e1706cc02b21e5da0bfa..ee9f9a1368f0e4a89a52986d26df13f25757e718 100644
|
| --- a/components/data_reduction_proxy/core/browser/data_reduction_proxy_settings_test_utils.cc
|
| +++ b/components/data_reduction_proxy/core/browser/data_reduction_proxy_settings_test_utils.cc
|
| @@ -150,7 +150,7 @@ void DataReductionProxySettingsTestBase::ResetSettings(bool allowed,
|
| settings_.reset(settings);
|
| configurator_.reset(new TestDataReductionProxyConfig());
|
| settings_->configurator_ = configurator_.get();
|
| - settings_->SetDataReductionProxyStatisticsPrefs(statistics_prefs_.get());
|
| + settings_->SetDataReductionProxyStatistics(statistics_prefs_.get());
|
| }
|
|
|
| // Explicitly generate required instantiations.
|
|
|