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

Unified Diff: net/quic/quic_data_stream.h

Issue 126283002: Land Recent QUIC Changes. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: removed extra space 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_crypto_server_stream.h ('k') | net/quic/quic_default_packet_writer.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/quic/quic_data_stream.h
diff --git a/net/quic/quic_data_stream.h b/net/quic/quic_data_stream.h
index 9e8c10e3160a0d243d3dc1e1c9778437caf8404f..7bf08b9e1f3db1368817b815158f9b73ba4fdbdb 100644
--- a/net/quic/quic_data_stream.h
+++ b/net/quic/quic_data_stream.h
@@ -54,7 +54,7 @@ class NET_EXPORT_PRIVATE QuicDataStream : public ReliableQuicStream,
QuicDataStream(QuicStreamId id, QuicSession* session);
- virtual ~QuicDataStream();
+ virtual ~QuicDataStream() OVERRIDE;
// ReliableQuicStream implementation
virtual void OnClose() OVERRIDE;
« no previous file with comments | « net/quic/quic_crypto_server_stream.h ('k') | net/quic/quic_default_packet_writer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698