Index: net/url_request/url_request_job.cc |
diff --git a/net/url_request/url_request_job.cc b/net/url_request/url_request_job.cc |
index 050ba283f66a808362612c1fa6c00756e8a841a9..3624c856008538eb531d24a118f1ab1a79f2d4b5 100644 |
--- a/net/url_request/url_request_job.cc |
+++ b/net/url_request/url_request_job.cc |
@@ -300,8 +300,9 @@ void URLRequestJob::CancelAuth() { |
NOTREACHED(); |
} |
-void URLRequestJob::ContinueWithCertificate(X509Certificate* client_cert, |
- SSLPrivateKey* client_private_key) { |
+void URLRequestJob::ContinueWithCertificate( |
+ scoped_refptr<X509Certificate> client_cert, |
+ scoped_refptr<SSLPrivateKey> client_private_key) { |
// The derived class should implement this! |
NOTREACHED(); |
} |