| Index: net/http/http_transaction_test_util.h
 | 
| diff --git a/net/http/http_transaction_test_util.h b/net/http/http_transaction_test_util.h
 | 
| index e936ac9de01d745783c1f2981d98f55df3a60664..ffe75c3127d248188bad3ce7994bb2fbab618718 100644
 | 
| --- a/net/http/http_transaction_test_util.h
 | 
| +++ b/net/http/http_transaction_test_util.h
 | 
| @@ -189,8 +189,8 @@ class MockNetworkTransaction
 | 
|  
 | 
|    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,
 | 
| 
 |