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

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

Issue 1003953008: Remove prerender cookie store, part 4. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@prerender-revert-cookie-store-3
Patch Set: rebase (just in case since this is so huge) Created 5 years, 9 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_io_data_unittest.cc
diff --git a/components/data_reduction_proxy/core/browser/data_reduction_proxy_io_data_unittest.cc b/components/data_reduction_proxy/core/browser/data_reduction_proxy_io_data_unittest.cc
index e877e859e9a1189cb0afe6979a6926d8e6390516..0d240e9d20454ccb0f127fbe6253d6cbe47bd82d 100644
--- a/components/data_reduction_proxy/core/browser/data_reduction_proxy_io_data_unittest.cc
+++ b/components/data_reduction_proxy/core/browser/data_reduction_proxy_io_data_unittest.cc
@@ -103,7 +103,7 @@ TEST_F(DataReductionProxyIODataTest, TestConstruction) {
// DataReductionProxyNetworkDelegateTest.
scoped_ptr<net::URLRequest> fake_request =
context().CreateRequest(
- GURL("http://www.foo.com/"), net::IDLE, delegate(), NULL);
+ GURL("http://www.foo.com/"), net::IDLE, delegate());
CountingNetworkDelegate* wrapped_network_delegate =
new CountingNetworkDelegate();
scoped_ptr<DataReductionProxyNetworkDelegate> network_delegate =

Powered by Google App Engine
This is Rietveld 408576698