Index: chrome/browser/safe_browsing/incident_reporting/script_request_detector_unittest.cc |
diff --git a/chrome/browser/safe_browsing/incident_reporting/script_request_detector_unittest.cc b/chrome/browser/safe_browsing/incident_reporting/script_request_detector_unittest.cc |
index ac8f6a18168af7b490eb381fbcb526475715fb56..65d550b768198858e5377c1de4e93c44c4fbbaf8 100644 |
--- a/chrome/browser/safe_browsing/incident_reporting/script_request_detector_unittest.cc |
+++ b/chrome/browser/safe_browsing/incident_reporting/script_request_detector_unittest.cc |
@@ -56,7 +56,7 @@ class ScriptRequestDetectorTest : public testing::Test { |
const std::string& url, |
content::ResourceType resource_type) const { |
scoped_ptr<net::URLRequest> url_request( |
- context_.CreateRequest(GURL(url), net::DEFAULT_PRIORITY, NULL, NULL)); |
+ context_.CreateRequest(GURL(url), net::DEFAULT_PRIORITY, NULL)); |
content::ResourceRequestInfo::AllocateForTesting( |
url_request.get(), resource_type, |