| 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.
|
|
|