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 19ac6f1f21c0cf4c1e544d96325a95373954fc82..26be2de2cd7dc939dba07a2f3d4b57d189009c0c 100644 |
--- a/chrome/browser/net/spdyproxy/data_reduction_proxy_chrome_settings.cc |
+++ b/chrome/browser/net/spdyproxy/data_reduction_proxy_chrome_settings.cc |
@@ -30,12 +30,11 @@ DataReductionProxyChromeSettings::~DataReductionProxyChromeSettings() { |
} |
void DataReductionProxyChromeSettings::InitDataReductionProxySettings( |
- scoped_ptr<data_reduction_proxy::DataReductionProxyConfigurator> |
- configurator, |
+ data_reduction_proxy::DataReductionProxyConfigurator* configurator, |
PrefService* profile_prefs, |
PrefService* local_state_prefs, |
net::URLRequestContextGetter* request_context) { |
- SetProxyConfigurator(configurator.Pass()); |
+ SetProxyConfigurator(configurator); |
DataReductionProxySettings::InitDataReductionProxySettings( |
profile_prefs, |
local_state_prefs, |