| 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..c56abfd7145c684dac6b14eb4cd30819dfda0200 100644
|
| --- a/net/http/http_stream_factory_impl_unittest.cc
|
| +++ b/net/http/http_stream_factory_impl_unittest.cc
|
| @@ -394,7 +394,8 @@ 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, NULL, NULL),
|
| last_num_streams_(-1) {}
|
|
|
| template <>
|
|
|