| Index: net/http/http_network_transaction.h
|
| diff --git a/net/http/http_network_transaction.h b/net/http/http_network_transaction.h
|
| index e819963ac80d4d22b6aaeda7ef66fb0335753608..bdbc06877d82d687efa4d853e6c583b10a7f2148 100644
|
| --- a/net/http/http_network_transaction.h
|
| +++ b/net/http/http_network_transaction.h
|
| @@ -62,8 +62,8 @@ class NET_EXPORT_PRIVATE HttpNetworkTransaction
|
| const CompletionCallback& callback,
|
| const NetLogWithSource& net_log) override;
|
| int RestartIgnoringLastError(const CompletionCallback& callback) override;
|
| - int RestartWithCertificate(X509Certificate* client_cert,
|
| - SSLPrivateKey* client_private_key,
|
| + int RestartWithCertificate(scoped_refptr<X509Certificate> client_cert,
|
| + scoped_refptr<SSLPrivateKey> client_private_key,
|
| const CompletionCallback& callback) override;
|
| int RestartWithAuth(const AuthCredentials& credentials,
|
| const CompletionCallback& callback) override;
|
|
|