| Index: net/http/http_server_properties_impl.cc
|
| ===================================================================
|
| --- net/http/http_server_properties_impl.cc (revision 228862)
|
| +++ net/http/http_server_properties_impl.cc (working copy)
|
| @@ -18,9 +18,9 @@
|
| static const int kDefaultNumHostsToRemember = 200;
|
|
|
| HttpServerPropertiesImpl::HttpServerPropertiesImpl()
|
| - : pipeline_capability_map_(
|
| - new CachedPipelineCapabilityMap(kDefaultNumHostsToRemember)),
|
| - weak_ptr_factory_(this) {
|
| + : weak_ptr_factory_(this),
|
| + pipeline_capability_map_(
|
| + new CachedPipelineCapabilityMap(kDefaultNumHostsToRemember)) {
|
| }
|
|
|
| HttpServerPropertiesImpl::~HttpServerPropertiesImpl() {
|
|
|