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

Unified Diff: components/data_reduction_proxy/core/browser/data_reduction_proxy_usage_stats_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: Created 5 years, 11 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: components/data_reduction_proxy/core/browser/data_reduction_proxy_usage_stats_unittest.cc
diff --git a/components/data_reduction_proxy/core/browser/data_reduction_proxy_usage_stats_unittest.cc b/components/data_reduction_proxy/core/browser/data_reduction_proxy_usage_stats_unittest.cc
index 78678848298753b14b776f7908bab92cba0a7a15..932b359b977ada0ed4a493ebbe08af3bbb4ef28d 100644
--- a/components/data_reduction_proxy/core/browser/data_reduction_proxy_usage_stats_unittest.cc
+++ b/components/data_reduction_proxy/core/browser/data_reduction_proxy_usage_stats_unittest.cc
@@ -70,9 +70,7 @@ class DataReductionProxyUsageStatsTest : public testing::Test {
mock_url_request_ = context_.CreateRequest(GURL(), net::IDLE, &delegate_,
NULL);
- settings_.reset(new DataReductionProxySettings(
- scoped_ptr<DataReductionProxyParamsMock>(
- new DataReductionProxyParamsMock()).Pass()));
+ settings_.reset(new DataReductionProxySettings());
}
scoped_ptr<net::URLRequest> CreateURLRequestWithResponseHeaders(

Powered by Google App Engine
This is Rietveld 408576698