Index: net/http/http_server_properties_impl.h |
diff --git a/net/http/http_server_properties_impl.h b/net/http/http_server_properties_impl.h |
index c1e2d4ba20b7c396d666a23737d7e9916818cb37..cf96b7d4f3283be772dc4b617edbcc3e51ed5068 100644 |
--- a/net/http/http_server_properties_impl.h |
+++ b/net/http/http_server_properties_impl.h |
@@ -145,14 +145,14 @@ class NET_EXPORT HttpServerPropertiesImpl |
// pair) that either support or not support SPDY protocol. |
typedef base::hash_map<std::string, bool> SpdyServerHostPortTable; |
- base::WeakPtrFactory<HttpServerPropertiesImpl> weak_ptr_factory_; |
- |
SpdyServerHostPortTable spdy_servers_table_; |
AlternateProtocolMap alternate_protocol_map_; |
SpdySettingsMap spdy_settings_map_; |
scoped_ptr<CachedPipelineCapabilityMap> pipeline_capability_map_; |
+ base::WeakPtrFactory<HttpServerPropertiesImpl> weak_ptr_factory_; |
+ |
DISALLOW_COPY_AND_ASSIGN(HttpServerPropertiesImpl); |
}; |