gfe-relnote: Add NET_EXPORT_PRIVATE and override for Chromium merge. Not protected.
PiperOrigin-RevId: 253279256
Change-Id: I7a2306193b3bf87c1399040b7bfcd641a11af16f
diff --git a/quic/core/tls_server_handshaker.h b/quic/core/tls_server_handshaker.h
index 479342e..cb55d59 100644
--- a/quic/core/tls_server_handshaker.h
+++ b/quic/core/tls_server_handshaker.h
@@ -60,7 +60,7 @@
CryptoMessageParser* crypto_message_parser() override;
protected:
- TlsConnection* tls_connection() { return &tls_connection_; }
+ TlsConnection* tls_connection() override { return &tls_connection_; }
// Called when a new message is received on the crypto stream and is available
// for the TLS stack to read.