Index: net/quic/test_tools/mock_crypto_client_stream.h |
diff --git a/net/quic/test_tools/mock_crypto_client_stream.h b/net/quic/test_tools/mock_crypto_client_stream.h |
index e940a1e940c29cbe10ec1e71d1a8626338ebd8c4..10803e801d5a48bcd65d5a85d176de44a659922e 100644 |
--- a/net/quic/test_tools/mock_crypto_client_stream.h |
+++ b/net/quic/test_tools/mock_crypto_client_stream.h |
@@ -46,10 +46,10 @@ class MockCryptoClientStream : public QuicCryptoClientStream { |
// CryptoFramerVisitorInterface implementation. |
virtual void OnHandshakeMessage( |
- const CryptoHandshakeMessage& message) OVERRIDE; |
+ const CryptoHandshakeMessage& message) override; |
// QuicCryptoClientStream implementation. |
- virtual bool CryptoConnect() OVERRIDE; |
+ virtual bool CryptoConnect() override; |
// Invokes the sessions's CryptoHandshakeEvent method with the specified |
// event. |