Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(115)

Unified Diff: net/http/http_server_properties_impl.h

Issue 266243004: Clang format slam. Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;

Powered by Google App Engine
This is Rietveld 408576698