Index: net/socket/ssl_client_socket_nss.h |
diff --git a/net/socket/ssl_client_socket_nss.h b/net/socket/ssl_client_socket_nss.h |
index 7e75cd5e243ca67c821e146e9ab1b669182a7e4a..5c566e9b055e1c86881d40b1cea8a48687a6092f 100644 |
--- a/net/socket/ssl_client_socket_nss.h |
+++ b/net/socket/ssl_client_socket_nss.h |
@@ -35,10 +35,10 @@ namespace net { |
class BoundNetLog; |
class CertVerifier; |
class ClientSocketHandle; |
-class DnsCertProvenanceChecker; |
class OriginBoundCertService; |
class SingleRequestCertVerifier; |
class SSLHostInfo; |
+class TransportSecurityState; |
class X509Certificate; |
// An SSL client socket implemented with Mozilla NSS. |
@@ -305,7 +305,8 @@ class SSLClientSocketNSS : public SSLClientSocket { |
base::TimeTicks start_cert_verification_time_; |
scoped_ptr<SSLHostInfo> ssl_host_info_; |
- DnsCertProvenanceChecker* const dns_cert_checker_; |
+ |
+ TransportSecurityState* transport_security_state_; |
// next_proto_ is the protocol that we selected by NPN. |
std::string next_proto_; |