Index: components/data_reduction_proxy/core/browser/data_reduction_proxy_bypass_protocol_unittest.cc |
diff --git a/components/data_reduction_proxy/core/browser/data_reduction_proxy_bypass_protocol_unittest.cc b/components/data_reduction_proxy/core/browser/data_reduction_proxy_bypass_protocol_unittest.cc |
index 75e40d87f228028f7f8d4de8a363a05cb48e90c4..ba34dc762481ba4603120b54ba37c20795662ed4 100644 |
--- a/components/data_reduction_proxy/core/browser/data_reduction_proxy_bypass_protocol_unittest.cc |
+++ b/components/data_reduction_proxy/core/browser/data_reduction_proxy_bypass_protocol_unittest.cc |
@@ -120,7 +120,7 @@ class DataReductionProxyProtocolTest : public testing::Test { |
context_->set_http_user_agent_settings(&http_user_agent_settings_); |
usage_stats_.reset(new DataReductionProxyUsageStats( |
test_context_->config(), |
- test_context_->data_reduction_proxy_service()->GetWeakPtr(), |
+ test_context_->unreachable_callback(), |
test_context_->task_runner())); |
DataReductionProxyInterceptor* interceptor = |