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 |