| Index: components/data_reduction_proxy/core/browser/data_reduction_proxy_bypass_stats_unittest.cc
|
| diff --git a/components/data_reduction_proxy/core/browser/data_reduction_proxy_bypass_stats_unittest.cc b/components/data_reduction_proxy/core/browser/data_reduction_proxy_bypass_stats_unittest.cc
|
| index e30666217995a508052d1179803e8ecc06f9b24c..aa324645ddcb120ca59438255eaee56b8a978b45 100644
|
| --- a/components/data_reduction_proxy/core/browser/data_reduction_proxy_bypass_stats_unittest.cc
|
| +++ b/components/data_reduction_proxy/core/browser/data_reduction_proxy_bypass_stats_unittest.cc
|
| @@ -114,8 +114,7 @@ class DataReductionProxyBypassStatsTest : public testing::Test {
|
| return make_scoped_ptr(
|
| new DataReductionProxyBypassStats(
|
| test_context_->config(),
|
| - test_context_->unreachable_callback(),
|
| - test_context_->task_runner())).Pass();
|
| + test_context_->unreachable_callback()));
|
| }
|
|
|
| net::URLRequest* url_request() {
|
|
|