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

Unified Diff: chrome/browser/net/safe_search_util_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
« no previous file with comments | « chrome/browser/net/connection_tester.cc ('k') | chrome/browser/policy/url_blacklist_manager_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/net/safe_search_util_unittest.cc
diff --git a/chrome/browser/net/safe_search_util_unittest.cc b/chrome/browser/net/safe_search_util_unittest.cc
index da23ffa366dcacc8fd7de6504c7c7f6df8a018ed..14653a0b808a92057ca8dcb80b76ae912e8870e3 100644
--- a/chrome/browser/net/safe_search_util_unittest.cc
+++ b/chrome/browser/net/safe_search_util_unittest.cc
@@ -18,7 +18,7 @@ class SafeSearchUtilTest : public ::testing::Test {
~SafeSearchUtilTest() override {}
scoped_ptr<net::URLRequest> CreateRequest(const std::string& url) {
- return context_.CreateRequest(GURL(url), net::DEFAULT_PRIORITY, NULL, NULL);
+ return context_.CreateRequest(GURL(url), net::DEFAULT_PRIORITY, NULL);
}
scoped_ptr<net::URLRequest> CreateYoutubeRequest() {
« no previous file with comments | « chrome/browser/net/connection_tester.cc ('k') | chrome/browser/policy/url_blacklist_manager_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698