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

Unified Diff: net/proxy/proxy_server.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/proxy/proxy_server.h
diff --git a/net/proxy/proxy_server.h b/net/proxy/proxy_server.h
index 27b8b049e509149e9c4950fc74dc4f530c4e1210..fff9890d2e6519b9c46eeef4c416102337782c46 100644
--- a/net/proxy/proxy_server.h
+++ b/net/proxy/proxy_server.h
@@ -26,14 +26,14 @@ class NET_EXPORT ProxyServer {
// ProxyService::RemoveProxiesWithoutScheme().
enum Scheme {
SCHEME_INVALID = 1 << 0,
- SCHEME_DIRECT = 1 << 1,
- SCHEME_HTTP = 1 << 2,
- SCHEME_SOCKS4 = 1 << 3,
- SCHEME_SOCKS5 = 1 << 4,
- SCHEME_HTTPS = 1 << 5,
+ SCHEME_DIRECT = 1 << 1,
+ SCHEME_HTTP = 1 << 2,
+ SCHEME_SOCKS4 = 1 << 3,
+ SCHEME_SOCKS5 = 1 << 4,
+ SCHEME_HTTPS = 1 << 5,
// A QUIC proxy is an HTTP proxy in which QUIC is used as the transport,
// instead of TCP.
- SCHEME_QUIC = 1 << 6,
+ SCHEME_QUIC = 1 << 6,
};
// Default copy-constructor and assignment operator are OK!

Powered by Google App Engine
This is Rietveld 408576698