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

Unified Diff: net/quic/quic_session.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/quic_session.h
diff --git a/net/quic/quic_session.h b/net/quic/quic_session.h
index a0715875c57712aa78802eae86e07b6721f2ae26..dd70cc48ee922188df9c167c6fa6208d31325cb1 100644
--- a/net/quic/quic_session.h
+++ b/net/quic/quic_session.h
@@ -57,7 +57,7 @@ class NET_EXPORT_PRIVATE QuicSession : public QuicConnectionVisitorInterface {
QuicSession(QuicConnection* connection,
const QuicConfig& config);
- virtual ~QuicSession();
+ virtual ~QuicSession() OVERRIDE;
// QuicConnectionVisitorInterface methods:
virtual bool OnStreamFrames(

Powered by Google App Engine
This is Rietveld 408576698