| 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 13af9a92771aff61eef07496d5d540e8e7d878c2..235883c7920769ecaccee0de9a0b68ad8aef100b 100644
|
| --- a/net/http/http_server_properties_impl.h
|
| +++ b/net/http/http_server_properties_impl.h
|
| @@ -157,8 +157,8 @@ class NET_EXPORT HttpServerPropertiesImpl
|
| virtual PipelineCapabilityMap GetPipelineCapabilityMap() const OVERRIDE;
|
|
|
| private:
|
| - typedef base::MRUCache<
|
| - HostPortPair, HttpPipelinedHostCapability> CachedPipelineCapabilityMap;
|
| + typedef base::MRUCache<HostPortPair, HttpPipelinedHostCapability>
|
| + CachedPipelineCapabilityMap;
|
| // |spdy_servers_map_| has flattened representation of servers (host, port)
|
| // that either support or not support SPDY protocol.
|
| typedef base::MRUCache<std::string, bool> SpdyServerHostPortMap;
|
| @@ -170,8 +170,7 @@ class NET_EXPORT HttpServerPropertiesImpl
|
| HostPortPair server;
|
| base::TimeTicks when;
|
| };
|
| - typedef std::list<BrokenAlternateProtocolEntry>
|
| - BrokenAlternateProtocolList;
|
| + typedef std::list<BrokenAlternateProtocolEntry> BrokenAlternateProtocolList;
|
| // Map from host:port to the number of times alternate protocol has
|
| // been marked broken.
|
| typedef std::map<HostPortPair, int> BrokenAlternateProtocolMap;
|
|
|