| Index: components/data_reduction_proxy/core/browser/data_reduction_proxy_test_utils.cc
|
| diff --git a/components/data_reduction_proxy/core/browser/data_reduction_proxy_test_utils.cc b/components/data_reduction_proxy/core/browser/data_reduction_proxy_test_utils.cc
|
| index 278b076edb9668fae970d9053bc93c7c62a4a1e3..b9dbb694e2a0d38e753690cbee779ac3e3a9d608 100644
|
| --- a/components/data_reduction_proxy/core/browser/data_reduction_proxy_test_utils.cc
|
| +++ b/components/data_reduction_proxy/core/browser/data_reduction_proxy_test_utils.cc
|
| @@ -100,7 +100,7 @@ void DataReductionProxyTestContext::InitSettings() {
|
| DataReductionProxyTestContext::SKIP_SETTINGS_INITIALIZATION);
|
| settings_->InitDataReductionProxySettings(
|
| &simple_pref_service_, CreateStatisticsPrefs(), request_context_.get(),
|
| - io_data_->net_log(), io_data_->event_store());
|
| + io_data_->net_log(), io_data_->event_store(), false);
|
| io_data_->SetDataReductionProxyStatisticsPrefs(settings_->statistics_prefs());
|
| }
|
|
|
|
|