Chromium Code Reviews

Unified Diff: net/http/http_stream_factory_impl_unittest.cc

Issue 851503003: Update from https://crrev.com/311076 (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
« no previous file with comments | « net/http/http_stream_factory_impl_job.cc ('k') | net/http/http_transaction_test_util.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 beac7338c056ef72f761a737556ae544c224573b..ff07a0ee1f060cd2d59a00724b1f522a229a3274 100644
--- a/net/http/http_stream_factory_impl_unittest.cc
+++ b/net/http/http_stream_factory_impl_unittest.cc
@@ -387,12 +387,19 @@ CapturePreconnectsSocketPool<ParentPool>::CapturePreconnectsSocketPool(
: ParentPool(0, 0, nullptr, host_resolver, nullptr, nullptr),
last_num_streams_(-1) {}
-template<>
+template <>
CapturePreconnectsHttpProxySocketPool::CapturePreconnectsSocketPool(
- HostResolver* host_resolver, CertVerifier* /* cert_verifier */)
- : HttpProxyClientSocketPool(
- 0, 0, nullptr, host_resolver, nullptr, nullptr, nullptr, nullptr),
- last_num_streams_(-1) {}
+ HostResolver* host_resolver,
+ CertVerifier* /* cert_verifier */)
+ : HttpProxyClientSocketPool(0,
+ 0,
+ nullptr,
+ host_resolver,
+ nullptr,
+ nullptr,
+ nullptr),
+ last_num_streams_(-1) {
+}
template <>
CapturePreconnectsSSLSocketPool::CapturePreconnectsSocketPool(
« no previous file with comments | « net/http/http_stream_factory_impl_job.cc ('k') | net/http/http_transaction_test_util.h » ('j') | no next file with comments »

Powered by Google App Engine