| Index: components/data_reduction_proxy/core/browser/data_reduction_proxy_usage_stats_unittest.cc
|
| diff --git a/components/data_reduction_proxy/core/browser/data_reduction_proxy_usage_stats_unittest.cc b/components/data_reduction_proxy/core/browser/data_reduction_proxy_usage_stats_unittest.cc
|
| index 24e43631cce7882a0d6708aacd66135406e2f8e2..8518980914249c36f836a17ced16248ec83dbd8a 100644
|
| --- a/components/data_reduction_proxy/core/browser/data_reduction_proxy_usage_stats_unittest.cc
|
| +++ b/components/data_reduction_proxy/core/browser/data_reduction_proxy_usage_stats_unittest.cc
|
| @@ -595,7 +595,7 @@ class DataReductionProxyUsageStatsEndToEndTest : public testing::Test {
|
| settings()->InitDataReductionProxySettings(
|
| test_context_->pref_service(), test_context_->CreateStatisticsPrefs(),
|
| test_context_->request_context(), test_context_->net_log(),
|
| - test_context_->event_store());
|
| + test_context_->event_store(), false);
|
| test_context_->io_data()->SetDataReductionProxyStatisticsPrefs(
|
| settings()->statistics_prefs());
|
|
|
|
|