| 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 d45c4d076e8a2b707738d06cb6885d3a344f7230..e5f908f50f36b07fe09241a214a31b033c22a21b 100644
|
| --- a/net/spdy/spdy_test_util_common.h
|
| +++ b/net/spdy/spdy_test_util_common.h
|
| @@ -42,6 +42,8 @@ class GURL;
|
| namespace net {
|
|
|
| class BoundNetLog;
|
| +class CTVerifier;
|
| +class CTPolicyEnforcer;
|
| class HostPortPair;
|
| class SpdySession;
|
| class SpdySessionKey;
|
| @@ -190,6 +192,8 @@ struct SpdySessionDependencies {
|
| std::unique_ptr<CertVerifier> cert_verifier;
|
| std::unique_ptr<ChannelIDService> channel_id_service;
|
| std::unique_ptr<TransportSecurityState> transport_security_state;
|
| + std::unique_ptr<CTVerifier> cert_transparency_verifier;
|
| + std::unique_ptr<CTPolicyEnforcer> ct_policy_enforcer;
|
| std::unique_ptr<ProxyService> proxy_service;
|
| scoped_refptr<SSLConfigService> ssl_config_service;
|
| std::unique_ptr<MockClientSocketFactory> socket_factory;
|
|
|