| Index: components/data_reduction_proxy/core/browser/data_reduction_proxy_delegate_unittest.cc
|
| diff --git a/components/data_reduction_proxy/core/browser/data_reduction_proxy_delegate_unittest.cc b/components/data_reduction_proxy/core/browser/data_reduction_proxy_delegate_unittest.cc
|
| index ee5ddfb3f913bc17525247caba4ea5e60aa2befb..89a1fafbbc2856b428420c3aa230926a906cec38 100644
|
| --- a/components/data_reduction_proxy/core/browser/data_reduction_proxy_delegate_unittest.cc
|
| +++ b/components/data_reduction_proxy/core/browser/data_reduction_proxy_delegate_unittest.cc
|
| @@ -146,8 +146,9 @@ TEST(DataReductionProxyDelegate, IsTrustedSpdyProxy) {
|
|
|
| std::unique_ptr<DataReductionProxyConfig> config(
|
| new DataReductionProxyConfig(
|
| - test_context->net_log(), std::move(config_values),
|
| - test_context->configurator(), test_context->event_creator()));
|
| + message_loop_.task_runner(), test_context->net_log(),
|
| + std::move(config_values), test_context->configurator(),
|
| + test_context->event_creator()));
|
|
|
| DataReductionProxyDelegate delegate(
|
| test_context->io_data()->request_options(), config.get(),
|
|
|