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

Unified Diff: net/base/connection_type_histograms.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/base/connection_type_histograms.h
diff --git a/net/base/connection_type_histograms.h b/net/base/connection_type_histograms.h
index 7203cf1c564a6cb9dc48bda4498da1d72a0c1473..60f54d84f2fd8080e9f7d14454a8f7d4262c7c9c 100644
--- a/net/base/connection_type_histograms.h
+++ b/net/base/connection_type_histograms.h
@@ -15,15 +15,15 @@
namespace net {
enum ConnectionType {
- CONNECTION_ANY = 0, // Any connection (SSL, HTTP, SPDY, etc)
- CONNECTION_SSL = 1, // An SSL connection
+ CONNECTION_ANY = 0, // Any connection (SSL, HTTP, SPDY, etc)
+ CONNECTION_SSL = 1, // An SSL connection
// 2 - Reserved - Was CONNECTION_SSL_MD5
// 3 - Reserved - Was CONNECTION_SSL_MD2
// 4 - Reserved - Was CONNECTION_SSL_MD4
// 5 - Reserved - Was CONNECTION_SSL_MD5_CA
// 6 - Reserved - Was CONNECTION_SSL_MD2_CA
- CONNECTION_HTTP = 7, // An HTTP connection
- CONNECTION_SPDY = 8, // A SPDY connection
+ CONNECTION_HTTP = 7, // An HTTP connection
+ CONNECTION_SPDY = 8, // A SPDY connection
CONNECTION_SSL_SSL2 = 9, // An SSL connection that uses SSL 2.0
CONNECTION_SSL_SSL3 = 10, // An SSL connection that uses SSL 3.0
CONNECTION_SSL_TLS1 = 11, // An SSL connection that uses TLS 1.0

Powered by Google App Engine
This is Rietveld 408576698