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

Unified Diff: net/quic/quic_received_packet_manager.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_received_packet_manager.h
diff --git a/net/quic/quic_received_packet_manager.h b/net/quic/quic_received_packet_manager.h
index 9e2fb59c2412642638dc0da3bb0ea743a6ee63d3..32ed3f192e0ecce215723df6b60df560a2a89eb5 100644
--- a/net/quic/quic_received_packet_manager.h
+++ b/net/quic/quic_received_packet_manager.h
@@ -26,7 +26,7 @@ class NET_EXPORT_PRIVATE QuicReceivedPacketManager :
public QuicReceivedEntropyHashCalculatorInterface {
public:
explicit QuicReceivedPacketManager(CongestionFeedbackType congestion_type);
- virtual ~QuicReceivedPacketManager();
+ virtual ~QuicReceivedPacketManager() OVERRIDE;
// Updates the internal state concerning which packets have been received.
// bytes: the packet size in bytes including Quic Headers.

Powered by Google App Engine
This is Rietveld 408576698