Index: components/cronet/android/cronet_data_reduction_proxy.cc |
diff --git a/components/cronet/android/cronet_data_reduction_proxy.cc b/components/cronet/android/cronet_data_reduction_proxy.cc |
index 1a052346df38624265fcec38a4b90e846bbd183e..f6f47ef3c9be5f30fdec8ed4f5d9271895915602 100644 |
--- a/components/cronet/android/cronet_data_reduction_proxy.cc |
+++ b/components/cronet/android/cronet_data_reduction_proxy.cc |
@@ -116,7 +116,7 @@ void CronetDataReductionProxy::Init(bool enable, |
scoped_ptr<data_reduction_proxy::DataReductionProxyService> |
data_reduction_proxy_service( |
new data_reduction_proxy::DataReductionProxyService( |
- compression_stats.Pass(), settings_.get(), |
+ compression_stats.Pass(), settings_.get(), prefs_.get(), |
url_request_context_getter_.get(), task_runner_)); |
io_data_->SetDataReductionProxyService( |
data_reduction_proxy_service->GetWeakPtr()); |