| 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 3da049ec785ae25a331bbb0bc49b0336955a405f..d593443a93aa92e9e8e2cbb8cde44b0b6e3b7f2a 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
|
| @@ -594,7 +594,7 @@ class DataReductionProxyUsageStatsEndToEndTest : public testing::Test {
|
| &context_, loop_.message_loop_proxy());
|
| settings_->InitDataReductionProxySettings(
|
| &simple_prefs_, io_data_->PassStatisticsPrefs(), context_getter_.get(),
|
| - &net_log_, io_data_->event_store());
|
| + &net_log_, io_data_->event_store(), false);
|
| io_data_->SetDataReductionProxyStatisticsPrefs(
|
| settings_->statistics_prefs());
|
|
|
|
|