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

Unified Diff: net/quic/quic_stream_sequencer.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
« no previous file with comments | « net/quic/quic_stream_factory.h ('k') | net/quic/test_tools/crypto_test_utils_chromium.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/quic/quic_stream_sequencer.h
diff --git a/net/quic/quic_stream_sequencer.h b/net/quic/quic_stream_sequencer.h
index 3b478e1be0d0f7e946f37077f7189238090ce242..3c0823b2da8aed87d57248146c6f0f4654abcc16 100644
--- a/net/quic/quic_stream_sequencer.h
+++ b/net/quic/quic_stream_sequencer.h
@@ -33,7 +33,7 @@ class NET_EXPORT_PRIVATE QuicStreamSequencer {
QuicStreamSequencer(size_t max_frame_memory,
ReliableQuicStream* quic_stream);
- virtual ~QuicStreamSequencer();
+ virtual ~QuicStreamSequencer() ;
Ryan Hamilton 2014/01/07 20:15:09 Did you mean to add OVERRIDE here?
ramant (doing other things) 2014/01/07 20:26:06 Deleted the extra space. Fixed it in the Landing
// Returns the expected value of OnStreamFrame for this frame.
bool WillAcceptStreamFrame(const QuicStreamFrame& frame) const;
« no previous file with comments | « net/quic/quic_stream_factory.h ('k') | net/quic/test_tools/crypto_test_utils_chromium.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698