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

Unified Diff: net/quic/quic_stream_sequencer.h

Issue 130003003: QUIC - minor clean up changes found while merging changes into internal (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Merging with TOT 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_sent_packet_manager.cc ('k') | no next file » | 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 3c0823b2da8aed87d57248146c6f0f4654abcc16..3b478e1be0d0f7e946f37077f7189238090ce242 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();
// Returns the expected value of OnStreamFrame for this frame.
bool WillAcceptStreamFrame(const QuicStreamFrame& frame) const;
« no previous file with comments | « net/quic/quic_sent_packet_manager.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698