| 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 7a3d272cb9ce9146e6c1403ed6d8495ef2301508..b858866d0358a51bb4c0bdb42864a4d38bc40c20 100644
|
| --- a/net/spdy/spdy_test_util_common.h
|
| +++ b/net/spdy/spdy_test_util_common.h
|
| @@ -204,6 +204,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<ChannelIDService> channel_id_service;
|
| scoped_ptr<TransportSecurityState> transport_security_state;
|
| scoped_ptr<ProxyService> proxy_service;
|
| scoped_refptr<SSLConfigService> ssl_config_service;
|
|
|