Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(6420)

Unified Diff: chrome/browser/net/spdyproxy/data_reduction_proxy_chrome_settings_unittest.cc

Issue 893003002: Data Reduction Proxy class ownership updates and Settings cleanup (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: sgurun CR comments Created 5 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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());

Powered by Google App Engine
This is Rietveld 408576698