Index: net/quic/crypto/proof_source.h |
=================================================================== |
--- net/quic/crypto/proof_source.h (revision 217052) |
+++ net/quic/crypto/proof_source.h (working copy) |
@@ -28,12 +28,12 @@ |
// |
// The signature uses SHA-256 as the hash function when the key is ECDSA. |
// |
+ // |version| is the QUIC version for the connection. TODO(wtc): Remove once |
+ // QUIC_VERSION_7 and before are removed. |
+ // |
// If |ecdsa_ok| is true, the signature may use an ECDSA key. Otherwise, the |
// signature must use an RSA key. |
// |
- // |version| is the QUIC version for the connection. TODO(wtc): Remove once |
- // QUIC_VERSION_7 and before are removed. |
- // |
// |out_certs| is a pointer to a pointer, not a pointer to an array. |
// |
// The number of certificate chains is expected to be small and fixed thus |