Chromium Code Reviews| Index: net/socket/ssl_client_socket.h |
| diff --git a/net/socket/ssl_client_socket.h b/net/socket/ssl_client_socket.h |
| index 41ee0873347a1c416db906d3c0d9e4dc5bef358c..11d28c085f4d7d47febd769a4b0287340303733e 100644 |
| --- a/net/socket/ssl_client_socket.h |
| +++ b/net/socket/ssl_client_socket.h |
| @@ -10,6 +10,7 @@ |
| #include "net/base/completion_callback.h" |
| #include "net/base/load_flags.h" |
| #include "net/base/net_errors.h" |
| +#include "net/http/transport_security_state.h" |
| #include "net/socket/ssl_socket.h" |
| #include "net/socket/stream_socket.h" |
| @@ -19,7 +20,6 @@ class CertVerifier; |
| class ServerBoundCertService; |
| class SSLCertRequestInfo; |
| class SSLInfo; |
| -class TransportSecurityState; |
|
Ryan Sleevi
2013/06/05 22:56:00
This change shouldn't be necessary. It's all forwa
palmer
2013/06/05 23:50:15
Done.
|
| // This struct groups together several fields which are used by various |
| // classes related to SSLClientSocket. |