| Index: net/http/http_stream_factory_impl_job.cc
|
| diff --git a/net/http/http_stream_factory_impl_job.cc b/net/http/http_stream_factory_impl_job.cc
|
| index 46bc3f47c1bb8285f63d1f592628e16e7e89ca82..6fb88dc45330203e6d13f3df0bbd38fb42b1bbb9 100644
|
| --- a/net/http/http_stream_factory_impl_job.cc
|
| +++ b/net/http/http_stream_factory_impl_job.cc
|
| @@ -651,7 +651,7 @@ int HttpStreamFactoryImpl::Job::DoInitConnection() {
|
| }
|
|
|
| if (IsPreconnecting()) {
|
| - return ClientSocketPoolManager::PreconnectSocketsForHttpRequest(
|
| + return PreconnectSocketsForHttpRequest(
|
| origin_url_,
|
| request_info_.extra_headers,
|
| request_info_.load_flags,
|
| @@ -665,7 +665,7 @@ int HttpStreamFactoryImpl::Job::DoInitConnection() {
|
| net_log_,
|
| num_streams_);
|
| } else {
|
| - return ClientSocketPoolManager::InitSocketHandleForHttpRequest(
|
| + return InitSocketHandleForHttpRequest(
|
| origin_url_,
|
| request_info_.extra_headers,
|
| request_info_.load_flags,
|
|
|