| Index: net/http/http_stream_factory_impl_unittest.cc
|
| diff --git a/net/http/http_stream_factory_impl_unittest.cc b/net/http/http_stream_factory_impl_unittest.cc
|
| index 0f261a9792bd55fe180386a10485716dc9cf8a45..0d10d92b2b252072c5f5d0e0a110222b85bc46f4 100644
|
| --- a/net/http/http_stream_factory_impl_unittest.cc
|
| +++ b/net/http/http_stream_factory_impl_unittest.cc
|
| @@ -394,7 +394,15 @@ CapturePreconnectsSocketPool<ParentPool>::CapturePreconnectsSocketPool(
|
| template<>
|
| CapturePreconnectsHttpProxySocketPool::CapturePreconnectsSocketPool(
|
| HostResolver* host_resolver, CertVerifier* /* cert_verifier */)
|
| - : HttpProxyClientSocketPool(0, 0, NULL, host_resolver, NULL, NULL, NULL),
|
| + : HttpProxyClientSocketPool(0,
|
| + 0,
|
| + NULL,
|
| + host_resolver,
|
| + NULL,
|
| + NULL,
|
| + base::Callback<void(const HostPortPair&,
|
| + HttpRequestHeaders*)>(),
|
| + NULL),
|
| last_num_streams_(-1) {}
|
|
|
| template <>
|
|
|