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

Unified Diff: components/data_reduction_proxy/core/browser/data_reduction_proxy_delegate_unittest.cc

Issue 2547513002: Fix the data reduction proxy builder for Cronet (Closed)
Patch Set: Created 4 years 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_delegate_unittest.cc
diff --git a/components/data_reduction_proxy/core/browser/data_reduction_proxy_delegate_unittest.cc b/components/data_reduction_proxy/core/browser/data_reduction_proxy_delegate_unittest.cc
index ea6354f78f216c726cff17ddccce2cc663c894eb..71cd8350e4873d5b9209c9e54ca562e9246639ce 100644
--- a/components/data_reduction_proxy/core/browser/data_reduction_proxy_delegate_unittest.cc
+++ b/components/data_reduction_proxy/core/browser/data_reduction_proxy_delegate_unittest.cc
@@ -620,7 +620,7 @@ class DataReductionProxyDelegateTest : public testing::Test {
network_change_notifier_.reset(net::NetworkChangeNotifier::CreateMock());
base::RunLoop().RunUntilIdle();
- proxy_delegate_ = test_context_->io_data()->CreateProxyDelegateForTesting();
+ proxy_delegate_ = test_context_->io_data()->CreateProxyDelegate();
context_.set_proxy_delegate(proxy_delegate_.get());
context_.Init();

Powered by Google App Engine
This is Rietveld 408576698