Index: chrome/browser/net/spdyproxy/data_reduction_proxy_chrome_settings.h |
diff --git a/chrome/browser/net/spdyproxy/data_reduction_proxy_chrome_settings.h b/chrome/browser/net/spdyproxy/data_reduction_proxy_chrome_settings.h |
index d77d0fd035489d8d8b5f000d169cc238838a032b..57fbf651ca856c755741eba0a145df0426c780db 100644 |
--- a/chrome/browser/net/spdyproxy/data_reduction_proxy_chrome_settings.h |
+++ b/chrome/browser/net/spdyproxy/data_reduction_proxy_chrome_settings.h |
@@ -37,7 +37,7 @@ class DataReductionProxyChromeSettings |
// Constructs a settings object with the given configuration parameters. |
// Construction and destruction must happen on the UI thread. |
explicit DataReductionProxyChromeSettings( |
- data_reduction_proxy::DataReductionProxyParams* params); |
+ scoped_ptr<data_reduction_proxy::DataReductionProxyParams> params); |
// Destructs the settings object. |
~DataReductionProxyChromeSettings() override; |