| 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 b58bcd0054bb1cd5fc790405871b047f4db5c87b..1297c623d29fc3aee810d8cd2f9a392bf8b5c1a8 100644
|
| --- a/chrome/browser/net/spdyproxy/data_reduction_proxy_chrome_settings.cc
|
| +++ b/chrome/browser/net/spdyproxy/data_reduction_proxy_chrome_settings.cc
|
| @@ -17,7 +17,6 @@
|
| #include "components/data_reduction_proxy/core/browser/data_reduction_proxy_configurator.h"
|
| #include "components/data_reduction_proxy/core/browser/data_reduction_proxy_io_data.h"
|
| #include "components/data_reduction_proxy/core/browser/data_reduction_proxy_settings.h"
|
| -#include "components/data_reduction_proxy/core/browser/data_reduction_proxy_statistics_prefs.h"
|
| #include "components/data_reduction_proxy/core/common/data_reduction_proxy_params.h"
|
| #include "net/url_request/url_request_context_getter.h"
|
|
|
| @@ -75,7 +74,6 @@
|
| SetProxyConfigurator(io_data->configurator());
|
| DataReductionProxySettings::InitDataReductionProxySettings(
|
| profile_prefs,
|
| - io_data->PassStatisticsPrefs(),
|
| request_context,
|
| io_data->net_log(),
|
| io_data->event_store());
|
|
|