Index: net/quic/quic_crypto_server_stream.h |
diff --git a/net/quic/quic_crypto_server_stream.h b/net/quic/quic_crypto_server_stream.h |
index 43924d54d934a90d74379fbf308678f27431046a..eb32f01fdf4a12d81b0aa258c1ffc0ad968e938b 100644 |
--- a/net/quic/quic_crypto_server_stream.h |
+++ b/net/quic/quic_crypto_server_stream.h |
@@ -27,7 +27,7 @@ class NET_EXPORT_PRIVATE QuicCryptoServerStream : public QuicCryptoStream { |
QuicCryptoServerStream(const QuicCryptoServerConfig& crypto_config, |
QuicSession* session); |
explicit QuicCryptoServerStream(QuicSession* session); |
- virtual ~QuicCryptoServerStream(); |
+ virtual ~QuicCryptoServerStream() OVERRIDE; |
// CryptoFramerVisitorInterface implementation |
virtual void OnHandshakeMessage( |