| Index: components/data_reduction_proxy/core/browser/data_reduction_proxy_network_delegate_unittest.cc
|
| diff --git a/components/data_reduction_proxy/core/browser/data_reduction_proxy_network_delegate_unittest.cc b/components/data_reduction_proxy/core/browser/data_reduction_proxy_network_delegate_unittest.cc
|
| index b35c4011c15344a2153e12b8e08238e7a21d221f..4ec28b191ab383378c570d5b211adbe019556112 100644
|
| --- a/components/data_reduction_proxy/core/browser/data_reduction_proxy_network_delegate_unittest.cc
|
| +++ b/components/data_reduction_proxy/core/browser/data_reduction_proxy_network_delegate_unittest.cc
|
| @@ -90,7 +90,8 @@ class DataReductionProxyNetworkDelegateTest : public testing::Test {
|
| new DataReductionProxyNetworkDelegate(
|
| scoped_ptr<net::NetworkDelegate>(new TestNetworkDelegate()),
|
| config(), test_context_->io_data()->request_options(),
|
| - test_context_->configurator()));
|
| + test_context_->configurator(),
|
| + test_context_->io_data()->experiments_stats()));
|
| }
|
|
|
| const net::ProxyConfig& GetProxyConfig() const {
|
|
|