| Index: net/http/http_transaction_test_util.cc
|
| diff --git a/net/http/http_transaction_test_util.cc b/net/http/http_transaction_test_util.cc
|
| index 2d728cfb81fb364979d5cb5129823d0932f068fb..52a31cefc3dd8f1ce105c47305d69b5dc479e7df 100644
|
| --- a/net/http/http_transaction_test_util.cc
|
| +++ b/net/http/http_transaction_test_util.cc
|
| @@ -257,8 +257,8 @@ int MockNetworkTransaction::RestartIgnoringLastError(
|
| }
|
|
|
| int MockNetworkTransaction::RestartWithCertificate(
|
| - X509Certificate* client_cert,
|
| - SSLPrivateKey* client_private_key,
|
| + scoped_refptr<X509Certificate> client_cert,
|
| + scoped_refptr<SSLPrivateKey> client_private_key,
|
| const CompletionCallback& callback) {
|
| return ERR_FAILED;
|
| }
|
|
|