| Index: net/spdy/spdy_test_util_common.cc
|
| diff --git a/net/spdy/spdy_test_util_common.cc b/net/spdy/spdy_test_util_common.cc
|
| index 6b8097e5b20b0324b9a33a84d105c4a3b2e90724..0522f1b21ddb800f9b5a50fb332ca307df3c4b57 100644
|
| --- a/net/spdy/spdy_test_util_common.cc
|
| +++ b/net/spdy/spdy_test_util_common.cc
|
| @@ -24,6 +24,7 @@
|
| #include "net/spdy/spdy_session.h"
|
| #include "net/spdy/spdy_session_pool.h"
|
| #include "net/spdy/spdy_stream.h"
|
| +#include "net/url_request/url_request_job_factory_impl.h"
|
|
|
| namespace net {
|
|
|
| @@ -475,6 +476,7 @@ SpdyURLRequestContext::SpdyURLRequestContext(NextProto protocol,
|
| host_resolver()));
|
| storage_.set_http_server_properties(
|
| scoped_ptr<HttpServerProperties>(new HttpServerPropertiesImpl()));
|
| + storage_.set_job_factory(new URLRequestJobFactoryImpl());
|
| net::HttpNetworkSession::Params params;
|
| params.client_socket_factory = &socket_factory_;
|
| params.host_resolver = host_resolver();
|
|
|