Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(546)

Unified Diff: net/quic/test_tools/mock_crypto_client_stream.h

Issue 126243002: Add the override annotation to all necessary methods in .../quic/. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 ab393e8b2ae27cb63aa071543e74736cd3d0eed4..10dc0e4ebd1d6f6288d84317249fdd97f0fd3a6b 100644
--- a/net/quic/test_tools/mock_crypto_client_stream.h
+++ b/net/quic/test_tools/mock_crypto_client_stream.h
@@ -39,7 +39,7 @@ class MockCryptoClientStream : public QuicCryptoClientStream {
QuicCryptoClientConfig* crypto_config,
HandshakeMode handshake_mode,
const SSLInfo* ssl_info);
- virtual ~MockCryptoClientStream();
+ virtual ~MockCryptoClientStream() OVERRIDE;
// CryptoFramerVisitorInterface implementation.
virtual void OnHandshakeMessage(

Powered by Google App Engine
This is Rietveld 408576698