Index: net/quic/crypto/crypto_handshake.cc |
diff --git a/net/quic/crypto/crypto_handshake.cc b/net/quic/crypto/crypto_handshake.cc |
index 5a928b6e0cdc1932958e5144100cbd3b2c20373b..a036ea8e333d501b77d0e5c9d606c2b92915cf8b 100644 |
--- a/net/quic/crypto/crypto_handshake.cc |
+++ b/net/quic/crypto/crypto_handshake.cc |
@@ -23,6 +23,7 @@ CrypterPair::CrypterPair() {} |
CrypterPair::~CrypterPair() {} |
+ |
Ryan Hamilton
2014/08/13 16:23:48
I'd be inclined to remove this. We don't typically
wtc
2014/08/14 01:54:58
Yeah, this blank line was probably added inadverte
ramant (doing other things)
2014/08/14 19:58:58
Done.
ramant (doing other things)
2014/08/14 19:58:58
Will make the change in the internal code base als
|
// static |
const char QuicCryptoConfig::kInitialLabel[] = "QUIC key expansion"; |