Chromium Code Reviews| 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 202b76167b0c234c99d2bb9d9de7490db5d5c153..b8cea626bb42a50f7d45e21c1ffdee2ea0b66477 100644 |
| --- a/net/http/http_transaction_test_util.h |
| +++ b/net/http/http_transaction_test_util.h |
| @@ -27,6 +27,7 @@ |
| #include "net/http/http_response_info.h" |
| #include "net/log/net_log.h" |
| #include "net/socket/connection_attempts.h" |
| +#include "net/ssl/ssl_private_key.h" |
|
davidben
2015/09/25 20:10:11
Forward decl / unnecessary because HttpTransaction
svaldez
2015/09/28 16:54:52
Done.
|
| namespace net { |
| @@ -182,6 +183,7 @@ class MockNetworkTransaction |
| int RestartIgnoringLastError(const CompletionCallback& callback) override; |
| int RestartWithCertificate(X509Certificate* client_cert, |
| + SSLPrivateKey* client_pkey, |
| const CompletionCallback& callback) override; |
| int RestartWithAuth(const AuthCredentials& credentials, |