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

Unified Diff: components/data_reduction_proxy/core/browser/data_reduction_proxy_network_delegate_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_network_delegate_unittest.cc
diff --git a/components/data_reduction_proxy/core/browser/data_reduction_proxy_network_delegate_unittest.cc b/components/data_reduction_proxy/core/browser/data_reduction_proxy_network_delegate_unittest.cc
index f88505afa47bef158a1365eb16f425cb409c58e4..d3b534f1097e07ff7b967b9cd796d25906cddabb 100644
--- a/components/data_reduction_proxy/core/browser/data_reduction_proxy_network_delegate_unittest.cc
+++ b/components/data_reduction_proxy/core/browser/data_reduction_proxy_network_delegate_unittest.cc
@@ -107,7 +107,7 @@ class DataReductionProxyNetworkDelegateTest : public testing::Test {
const std::string& raw_response_headers,
int64 response_content_length) {
scoped_ptr<net::URLRequest> request = context_.CreateRequest(
- url, net::IDLE, &delegate_, NULL);
+ url, net::IDLE, &delegate_);
// Create a test job that will fill in the given response headers for the
// |fake_request|.

Powered by Google App Engine
This is Rietveld 408576698