Index: net/url_request/url_fetcher_core.cc |
diff --git a/net/url_request/url_fetcher_core.cc b/net/url_request/url_fetcher_core.cc |
index e07dcdfc7931b7a332d3d7a35eae08abf60f5169..5cc0ad33302e0228ecf4ec08476bd9ba60007c79 100644 |
--- a/net/url_request/url_fetcher_core.cc |
+++ b/net/url_request/url_fetcher_core.cc |
@@ -437,7 +437,7 @@ void URLFetcherCore::OnCertificateRequested( |
DCHECK(network_task_runner_->BelongsToCurrentThread()); |
if (g_ignore_certificate_requests) { |
- request->ContinueWithCertificate(NULL); |
+ request->ContinueWithCertificate(nullptr, nullptr); |
} else { |
request->Cancel(); |
} |