| Index: components/data_reduction_proxy/content/browser/content_lofi_decider_unittest.cc
|
| diff --git a/components/data_reduction_proxy/content/browser/content_lofi_decider_unittest.cc b/components/data_reduction_proxy/content/browser/content_lofi_decider_unittest.cc
|
| index 7253c7bd29f4ce6946c3bbdfed56db25bf2efda6..7ac21715f584737632ed6fe378c4e812f8be916f 100644
|
| --- a/components/data_reduction_proxy/content/browser/content_lofi_decider_unittest.cc
|
| +++ b/components/data_reduction_proxy/content/browser/content_lofi_decider_unittest.cc
|
| @@ -71,22 +71,21 @@ class ContentLoFiDeciderTest : public testing::Test {
|
| .WithClient(kClient)
|
| .WithMockClientSocketFactory(&mock_socket_factory_)
|
| .WithURLRequestContext(&context_)
|
| .Build();
|
|
|
| data_reduction_proxy_network_delegate_.reset(
|
| new DataReductionProxyNetworkDelegate(
|
| scoped_ptr<net::NetworkDelegate>(new net::NetworkDelegateImpl()),
|
| test_context_->config(),
|
| test_context_->io_data()->request_options(),
|
| - test_context_->configurator(),
|
| - test_context_->net_log(), test_context_->event_creator()));
|
| + test_context_->configurator()));
|
|
|
| data_reduction_proxy_network_delegate_->InitIODataAndUMA(
|
| test_context_->io_data(), test_context_->io_data()->bypass_stats());
|
|
|
| context_.set_network_delegate(data_reduction_proxy_network_delegate_.get());
|
|
|
| scoped_ptr<data_reduction_proxy::ContentLoFiDecider>
|
| data_reduction_proxy_lofi_decider(
|
| new data_reduction_proxy::ContentLoFiDecider());
|
| test_context_->io_data()->set_lofi_decider(
|
|
|