gfe-relnote: Rename QuicSession::CryptoHandshakeEvent::HANDSHAKE_CONFIRMED to QuicSession::CryptoHandshakeEvent::EVENT_HANDSHAKE_CONFIRMED. Renaming only, not protected.
PiperOrigin-RevId: 290302067
Change-Id: I7463e9f7281df68ee0fdf870db1daee1fd5f3cb4
diff --git a/quic/core/quic_session.cc b/quic/core/quic_session.cc
index 8bf1410..319f3f4 100644
--- a/quic/core/quic_session.cc
+++ b/quic/core/quic_session.cc
@@ -1311,7 +1311,7 @@
OnCanWrite();
break;
- case HANDSHAKE_CONFIRMED:
+ case EVENT_HANDSHAKE_CONFIRMED:
QUIC_BUG_IF(!config_.negotiated())
<< ENDPOINT << "Handshake confirmed without parameter negotiation.";
// Discard originally encrypted packets, since they can't be decrypted by