| 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 8b5c00211f4dd48dcc0556969ef9738b398aaabe..5d8fd82190828b7fd6a475c8946cfc273d86dc0d 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();
|
| }
|
|
|