Index: net/spdy/spdy_test_util.h |
=================================================================== |
--- net/spdy/spdy_test_util.h (revision 99284) |
+++ net/spdy/spdy_test_util.h (working copy) |
@@ -20,6 +20,7 @@ |
#include "net/http/http_transaction_factory.h" |
#include "net/proxy/proxy_service.h" |
#include "net/socket/socket_test_util.h" |
+#include "net/spdy/spdy_config_service_defaults.h" |
#include "net/spdy/spdy_framer.h" |
#include "net/url_request/url_request_context.h" |
#include "net/url_request/url_request_context_storage.h" |
@@ -351,6 +352,7 @@ |
scoped_ptr<MockHostResolverBase> host_resolver; |
scoped_ptr<CertVerifier> cert_verifier; |
scoped_ptr<ProxyService> proxy_service; |
+ scoped_refptr<SpdyConfigService> spdy_config_service; |
scoped_refptr<SSLConfigService> ssl_config_service; |
scoped_ptr<MockClientSocketFactory> socket_factory; |
scoped_ptr<DeterministicMockClientSocketFactory> deterministic_socket_factory; |