Index: net/http/http_server_properties_impl.cc |
diff --git a/net/http/http_server_properties_impl.cc b/net/http/http_server_properties_impl.cc |
index a0b287de588f9a39ce896635402978ecfdaca235..a4ac6dc3804cef770152af5f7020d390cd1ca592 100644 |
--- a/net/http/http_server_properties_impl.cc |
+++ b/net/http/http_server_properties_impl.cc |
@@ -18,9 +18,9 @@ namespace net { |
static const int kDefaultNumHostsToRemember = 200; |
HttpServerPropertiesImpl::HttpServerPropertiesImpl() |
- : weak_ptr_factory_(this), |
- pipeline_capability_map_( |
- new CachedPipelineCapabilityMap(kDefaultNumHostsToRemember)) { |
+ : pipeline_capability_map_( |
+ new CachedPipelineCapabilityMap(kDefaultNumHostsToRemember)), |
+ weak_ptr_factory_(this) { |
} |
HttpServerPropertiesImpl::~HttpServerPropertiesImpl() { |