Index: net/quic/quic_crypto_stream_test.cc |
diff --git a/net/quic/quic_crypto_stream_test.cc b/net/quic/quic_crypto_stream_test.cc |
index 4ea8f49189ba24aef0d3c46956a243e64de8615d..e79a1f341fc06a25c0251a2df6c15943dfbbf5b0 100644 |
--- a/net/quic/quic_crypto_stream_test.cc |
+++ b/net/quic/quic_crypto_stream_test.cc |
@@ -30,7 +30,7 @@ class MockQuicCryptoStream : public QuicCryptoStream { |
} |
virtual void OnHandshakeMessage( |
- const CryptoHandshakeMessage& message) OVERRIDE { |
+ const CryptoHandshakeMessage& message) override { |
messages_.push_back(message); |
} |