| Index: components/data_reduction_proxy/core/browser/data_reduction_proxy_usage_stats_unittest.cc
|
| diff --git a/components/data_reduction_proxy/core/browser/data_reduction_proxy_usage_stats_unittest.cc b/components/data_reduction_proxy/core/browser/data_reduction_proxy_usage_stats_unittest.cc
|
| index 51afeba981c27de1945f12d7e7cadaa5c971d268..c57dc2cbd0ba1606bba78086966df723d87fadcf 100644
|
| --- a/components/data_reduction_proxy/core/browser/data_reduction_proxy_usage_stats_unittest.cc
|
| +++ b/components/data_reduction_proxy/core/browser/data_reduction_proxy_usage_stats_unittest.cc
|
| @@ -116,7 +116,7 @@ class DataReductionProxyUsageStatsTest : public testing::Test {
|
| return make_scoped_ptr(
|
| new DataReductionProxyUsageStats(
|
| test_context_->config(),
|
| - test_context_->data_reduction_proxy_service()->GetWeakPtr(),
|
| + test_context_->unreachable_callback(),
|
| test_context_->task_runner())).Pass();
|
| }
|
|
|
|
|