| 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 abdf5cc37a93047d09da3d357483d3c193599470..73339148aaee843cd9d7c09d5070cf3e30e0bb41 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
|
| @@ -185,6 +185,9 @@ TestDataReductionProxyIOData::TestDataReductionProxyIOData(
|
| request_options_ = request_options.Pass();
|
| configurator_ = configurator.Pass();
|
| config_client_ = config_client.Pass();
|
| + bypass_stats_.reset(new DataReductionProxyBypassStats(
|
| + config_.get(), base::Bind(&DataReductionProxyIOData::SetUnreachable,
|
| + base::Unretained(this))));
|
| io_task_runner_ = task_runner;
|
| ui_task_runner_ = task_runner;
|
| }
|
|
|