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

Unified Diff: net/ssl/ssl_info.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/ssl/ssl_info.h
diff --git a/net/ssl/ssl_info.h b/net/ssl/ssl_info.h
index 154c4a0e901bbfd8b60e73b99e35e6297c8f8e96..0b660c7957639a987e74b4875f752ed3c30a3865 100644
--- a/net/ssl/ssl_info.h
+++ b/net/ssl/ssl_info.h
@@ -30,7 +30,7 @@ class NET_EXPORT SSLInfo {
enum HandshakeType {
HANDSHAKE_UNKNOWN = 0,
HANDSHAKE_RESUME, // we resumed a previous session.
- HANDSHAKE_FULL, // we negotiated a new session.
+ HANDSHAKE_FULL, // we negotiated a new session.
};
SSLInfo();

Powered by Google App Engine
This is Rietveld 408576698