| Index: chrome/browser/net/spdyproxy/data_reduction_proxy_chrome_settings_unittest.cc
|
| diff --git a/chrome/browser/net/spdyproxy/data_reduction_proxy_chrome_settings_unittest.cc b/chrome/browser/net/spdyproxy/data_reduction_proxy_chrome_settings_unittest.cc
|
| index 77ebed8031015b1fc0ab01778dae74cd6d22d3e3..d36deb45f5a8f47ef566073a10a878c9006f1e89 100644
|
| --- a/chrome/browser/net/spdyproxy/data_reduction_proxy_chrome_settings_unittest.cc
|
| +++ b/chrome/browser/net/spdyproxy/data_reduction_proxy_chrome_settings_unittest.cc
|
| @@ -18,8 +18,8 @@ using data_reduction_proxy::DataReductionProxySettings;
|
| class DataReductionProxyChromeSettingsTest : public testing::Test {
|
| public:
|
| void SetUp() override {
|
| - drp_chrome_settings_ = make_scoped_ptr(new DataReductionProxyChromeSettings(
|
| - make_scoped_ptr(new DataReductionProxyParams(0))));
|
| + drp_chrome_settings_ =
|
| + make_scoped_ptr(new DataReductionProxyChromeSettings());
|
| dict_ = make_scoped_ptr(new DictionaryValue());
|
| mock_pref_service_ = make_scoped_ptr(new TestingPrefServiceSimple());
|
|
|
|
|