Index: chrome/browser/net/spdyproxy/data_reduction_proxy_chrome_settings.cc |
diff --git a/chrome/browser/net/spdyproxy/data_reduction_proxy_chrome_settings.cc b/chrome/browser/net/spdyproxy/data_reduction_proxy_chrome_settings.cc |
index 431881843bde5e5403d9aa45921c5294b1504283..db900de2cd8187393ffac06d7cd8b9bd5295f836 100644 |
--- a/chrome/browser/net/spdyproxy/data_reduction_proxy_chrome_settings.cc |
+++ b/chrome/browser/net/spdyproxy/data_reduction_proxy_chrome_settings.cc |
@@ -138,7 +138,7 @@ void DataReductionProxyChromeSettings::InitDataReductionProxySettings( |
profile_prefs, ui_task_runner, commit_delay)); |
scoped_ptr<data_reduction_proxy::DataReductionProxyService> service = |
make_scoped_ptr(new data_reduction_proxy::DataReductionProxyService( |
- compression_stats.Pass(), this, request_context_getter, |
+ compression_stats.Pass(), this, profile_prefs, request_context_getter, |
io_data->io_task_runner())); |
data_reduction_proxy::DataReductionProxySettings:: |
InitDataReductionProxySettings(profile_prefs, io_data, service.Pass()); |