| 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 7ac21715f584737632ed6fe378c4e812f8be916f..7253c7bd29f4ce6946c3bbdfed56db25bf2efda6 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
|
| @@ -78,7 +78,8 @@
|
| scoped_ptr<net::NetworkDelegate>(new net::NetworkDelegateImpl()),
|
| test_context_->config(),
|
| test_context_->io_data()->request_options(),
|
| - test_context_->configurator()));
|
| + test_context_->configurator(),
|
| + test_context_->net_log(), test_context_->event_creator()));
|
|
|
| data_reduction_proxy_network_delegate_->InitIODataAndUMA(
|
| test_context_->io_data(), test_context_->io_data()->bypass_stats());
|
|
|