Index: net/quic/quic_protocol.h |
diff --git a/net/quic/quic_protocol.h b/net/quic/quic_protocol.h |
index b3f11cbd38335a25085b3772a281a68d67271a36..d37320364d73b100e69196a3bcc2bae8bd9913ac 100644 |
--- a/net/quic/quic_protocol.h |
+++ b/net/quic/quic_protocol.h |
@@ -216,7 +216,7 @@ enum QuicErrorCode { |
// An internal error occured in crypto processing. |
QUIC_CRYPTO_INTERNAL_ERROR, |
// A crypto handshake message specified an unsupported version. |
- QUIC_VERSION_NOT_SUPPORTED, |
+ QUIC_CRYPTO_VERSION_NOT_SUPPORTED, |
// There was no intersection between the crypto primitives supported by the |
// peer and ourselves. |
QUIC_CRYPTO_NO_SUPPORT, |