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

Unified Diff: net/base/net_info_source_list.h

Issue 642403002: git cl format the first third of the net/base directory (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Nit Created 6 years, 1 month 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/base/net_info_source_list.h
diff --git a/net/base/net_info_source_list.h b/net/base/net_info_source_list.h
index be3019e9183c0676cc46cbb4f0226652193130f7..e93b7b2bb165d47d2fe61e1be505aad96320601e 100644
--- a/net/base/net_info_source_list.h
+++ b/net/base/net_info_source_list.h
@@ -10,13 +10,14 @@
//
// The strings don't match the enums for historical reasons.
-NET_INFO_SOURCE(PROXY_SETTINGS, "proxySettings", 1 << 0)
-NET_INFO_SOURCE(BAD_PROXIES, "badProxies", 1 << 1)
-NET_INFO_SOURCE(HOST_RESOLVER, "hostResolverInfo", 1 << 2)
-NET_INFO_SOURCE(SOCKET_POOL, "socketPoolInfo", 1 << 3)
-NET_INFO_SOURCE(QUIC, "quicInfo", 1 << 4)
-NET_INFO_SOURCE(SPDY_SESSIONS, "spdySessionInfo", 1 << 5)
-NET_INFO_SOURCE(SPDY_STATUS, "spdyStatus", 1 << 6)
-NET_INFO_SOURCE(SPDY_ALT_PROTO_MAPPINGS, "spdyAlternateProtocolMappings",
- 1 << 7)
-NET_INFO_SOURCE(HTTP_CACHE, "httpCacheInfo", 1 << 8)
+NET_INFO_SOURCE(PROXY_SETTINGS, "proxySettings", 1 << 0)
+NET_INFO_SOURCE(BAD_PROXIES, "badProxies", 1 << 1)
+NET_INFO_SOURCE(HOST_RESOLVER, "hostResolverInfo", 1 << 2)
+NET_INFO_SOURCE(SOCKET_POOL, "socketPoolInfo", 1 << 3)
+NET_INFO_SOURCE(QUIC, "quicInfo", 1 << 4)
+NET_INFO_SOURCE(SPDY_SESSIONS, "spdySessionInfo", 1 << 5)
+NET_INFO_SOURCE(SPDY_STATUS, "spdyStatus", 1 << 6)
+NET_INFO_SOURCE(SPDY_ALT_PROTO_MAPPINGS,
+ "spdyAlternateProtocolMappings",
+ 1 << 7)
+NET_INFO_SOURCE(HTTP_CACHE, "httpCacheInfo", 1 << 8)
mmenke 2014/12/02 19:22:29 Not great...This is the kind of a place a no forma
Ryan Sleevi 2014/12/02 19:38:45 The original code was not style guide compliant.
mmenke 2014/12/02 19:44:50 Does the style guide say anything about formatting

Powered by Google App Engine
This is Rietveld 408576698