Index: net/spdy/spdy_test_util_common.h |
diff --git a/net/spdy/spdy_test_util_common.h b/net/spdy/spdy_test_util_common.h |
index 785e71091769a8f0496942b0a546859b2e7a6b1b..5595d9cbb92cdeb266cb50d2d78308f6d788ef54 100644 |
--- a/net/spdy/spdy_test_util_common.h |
+++ b/net/spdy/spdy_test_util_common.h |
@@ -17,6 +17,7 @@ |
#include "net/http/http_auth_handler_factory.h" |
#include "net/http/http_network_session.h" |
#include "net/http/http_server_properties_impl.h" |
+#include "net/http/transport_security_state.h" |
#include "net/proxy/proxy_service.h" |
#include "net/socket/next_proto.h" |
#include "net/socket/socket_test_util.h" |
@@ -193,6 +194,7 @@ struct SpdySessionDependencies { |
// NOTE: host_resolver must be ordered before http_auth_handler_factory. |
scoped_ptr<MockHostResolverBase> host_resolver; |
scoped_ptr<CertVerifier> cert_verifier; |
+ scoped_ptr<TransportSecurityState> transport_security_state; |
scoped_ptr<ProxyService> proxy_service; |
scoped_refptr<SSLConfigService> ssl_config_service; |
scoped_ptr<MockClientSocketFactory> socket_factory; |