| Index: components/data_reduction_proxy/core/browser/data_reduction_proxy_config_unittest.cc
|
| diff --git a/components/data_reduction_proxy/core/browser/data_reduction_proxy_config_unittest.cc b/components/data_reduction_proxy/core/browser/data_reduction_proxy_config_unittest.cc
|
| index 504d95618f588d6e2b558796e6d3b31623bad1d0..7a731261b977e481b857b847339b4dbf8b272664 100644
|
| --- a/components/data_reduction_proxy/core/browser/data_reduction_proxy_config_unittest.cc
|
| +++ b/components/data_reduction_proxy/core/browser/data_reduction_proxy_config_unittest.cc
|
| @@ -162,8 +162,8 @@ class DataReductionProxyConfigTest : public testing::Test {
|
| scoped_ptr<DataReductionProxyParams> params) {
|
| params->EnableQuic(false);
|
| return make_scoped_ptr(new DataReductionProxyConfig(
|
| - test_context_->task_runner(), test_context_->net_log(), params.Pass(),
|
| - test_context_->configurator(), test_context_->event_creator()));
|
| + test_context_->net_log(), params.Pass(), test_context_->configurator(),
|
| + test_context_->event_creator()));
|
| }
|
|
|
| MockDataReductionProxyConfig* config() {
|
|
|