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

Unified Diff: net/quic/crypto/crypto_framer.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/quic/crypto/crypto_framer.h
diff --git a/net/quic/crypto/crypto_framer.h b/net/quic/crypto/crypto_framer.h
index 7ce714a666bb814b3cc85f87097540353a0c29fc..9800c3ae2f19b6081baaab538e20ef132aec3827 100644
--- a/net/quic/crypto/crypto_framer.h
+++ b/net/quic/crypto/crypto_framer.h
@@ -30,8 +30,7 @@ class NET_EXPORT_PRIVATE CryptoFramerVisitorInterface {
virtual void OnError(CryptoFramer* framer) = 0;
// Called when a complete handshake message has been parsed.
- virtual void OnHandshakeMessage(
- const CryptoHandshakeMessage& message) = 0;
+ virtual void OnHandshakeMessage(const CryptoHandshakeMessage& message) = 0;
};
// A class for framing the crypto messages that are exchanged in a QUIC

Powered by Google App Engine
This is Rietveld 408576698