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

Unified Diff: net/quic/quic_http_stream.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_http_stream.h
diff --git a/net/quic/quic_http_stream.h b/net/quic/quic_http_stream.h
index 7a96ea3d2062ad88ac9bc76357daa80a9295ea4e..6f921ab819ea35627613f3e8df9531c47e5d37e7 100644
--- a/net/quic/quic_http_stream.h
+++ b/net/quic/quic_http_stream.h
@@ -29,7 +29,7 @@ class NET_EXPORT_PRIVATE QuicHttpStream :
public:
explicit QuicHttpStream(const base::WeakPtr<QuicClientSession>& session);
- virtual ~QuicHttpStream();
+ virtual ~QuicHttpStream() OVERRIDE;
// HttpStream implementation.
virtual int InitializeStream(const HttpRequestInfo* request_info,

Powered by Google App Engine
This is Rietveld 408576698