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 c6f72fd2f7eab3f38b2b66b9fbea7ebf7a226795..8d56c5cb3d160c9722eba64e37038f4f799883b7 100644 |
--- a/net/spdy/spdy_test_util_common.cc |
+++ b/net/spdy/spdy_test_util_common.cc |
@@ -459,7 +459,8 @@ SpdyURLRequestContext::SpdyURLRequestContext() : storage_(this) { |
HttpAuthHandlerFactory::CreateDefault(host_resolver())); |
storage_.set_http_server_properties( |
std::unique_ptr<HttpServerProperties>(new HttpServerPropertiesImpl())); |
- storage_.set_job_factory(base::MakeUnique<URLRequestJobFactoryImpl>()); |
+ storage_.set_job_factory( |
+ URLRequestJobFactoryImpl::CreateWithHttpProtocolHandlers()); |
HttpNetworkSession::Params params; |
params.client_socket_factory = &socket_factory_; |
params.host_resolver = host_resolver(); |