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

Unified Diff: net/quic/quic_stream_factory.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_stream_factory.h
diff --git a/net/quic/quic_stream_factory.h b/net/quic/quic_stream_factory.h
index 709cbb0d500b0514564a8a9c2ea887a09750c327..415d90c90961d2e5409d50455ed6f27492ecd88c 100644
--- a/net/quic/quic_stream_factory.h
+++ b/net/quic/quic_stream_factory.h
@@ -91,7 +91,7 @@ class NET_EXPORT_PRIVATE QuicStreamFactory
QuicClock* clock,
size_t max_packet_length,
const QuicVersionVector& supported_versions);
- virtual ~QuicStreamFactory();
+ virtual ~QuicStreamFactory() OVERRIDE;
// Creates a new QuicHttpStream to |host_port_proxy_pair| which will be
// owned by |request|. |is_https| specifies if the protocol is https or not.

Powered by Google App Engine
This is Rietveld 408576698