| Index: net/http/http_stream_factory_impl.cc
|
| diff --git a/net/http/http_stream_factory_impl.cc b/net/http/http_stream_factory_impl.cc
|
| index 9593dc4281c64511d7ed554e681fb62543c7283c..dd7776fd1e8eb0951b2908cef9fcc73845097ecc 100644
|
| --- a/net/http/http_stream_factory_impl.cc
|
| +++ b/net/http/http_stream_factory_impl.cc
|
| @@ -37,7 +37,7 @@ GURL UpgradeUrlToHttps(const GURL& original_url, int port) {
|
|
|
| HttpStreamFactoryImpl::HttpStreamFactoryImpl(HttpNetworkSession* session)
|
| : session_(session),
|
| - http_pipelined_host_pool_(this) {}
|
| + http_pipelined_host_pool_(this, NULL) {}
|
|
|
| HttpStreamFactoryImpl::~HttpStreamFactoryImpl() {
|
| DCHECK(request_map_.empty());
|
|
|