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

Unified Diff: net/quic/congestion_control/inter_arrival_sender.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/congestion_control/inter_arrival_sender.h
diff --git a/net/quic/congestion_control/inter_arrival_sender.h b/net/quic/congestion_control/inter_arrival_sender.h
index ac1c262d7ad2336eed70fd22144badf62b309c84..670a8f52bca4565c1b19e00dc12bd1558683ae5d 100644
--- a/net/quic/congestion_control/inter_arrival_sender.h
+++ b/net/quic/congestion_control/inter_arrival_sender.h
@@ -25,7 +25,7 @@ namespace net {
class NET_EXPORT_PRIVATE InterArrivalSender : public SendAlgorithmInterface {
public:
explicit InterArrivalSender(const QuicClock* clock);
- virtual ~InterArrivalSender();
+ virtual ~InterArrivalSender() OVERRIDE;
static QuicBandwidth CalculateSentBandwidth(
const SendAlgorithmInterface::SentPacketsMap& sent_packets_map,

Powered by Google App Engine
This is Rietveld 408576698