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 a5b57461df5a2e49568fa045bc285f9d01e006bc..55df97d40a8107ecd5f480fe8adaf7b9d27da108 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; |
} |