| 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 9ef8df5387618f4bfb6f4da34620fb68f75978d1..ebde0516be2bac260ae819ac387aa2723d46c3b5 100644
|
| --- a/net/spdy/spdy_test_util_common.h
|
| +++ b/net/spdy/spdy_test_util_common.h
|
| @@ -188,6 +188,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;
|
|
|