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

Unified Diff: net/quic/stream_sequencer_buffer.h

Issue 1811043002: Landing Recent QUIC changes until 2016-03-15 16:26 UTC (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add an export clause. Created 4 years, 9 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_sequencer_test.cc ('k') | net/quic/stream_sequencer_buffer.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/quic/stream_sequencer_buffer.h
diff --git a/net/quic/stream_sequencer_buffer.h b/net/quic/stream_sequencer_buffer.h
index 64a7959ccb8337f9e6e582b0bd36265efde4f155..93dd57c5eaa90fcd31ff7842788cda8ac2f712ef 100644
--- a/net/quic/stream_sequencer_buffer.h
+++ b/net/quic/stream_sequencer_buffer.h
@@ -81,7 +81,7 @@ class NET_EXPORT_PRIVATE StreamSequencerBuffer
public:
// A Gap indicates a missing chunk of bytes between
// [begin_offset, end_offset) in the stream
- struct Gap {
+ struct NET_EXPORT_PRIVATE Gap {
Gap(QuicStreamOffset begin_offset, QuicStreamOffset end_offset);
QuicStreamOffset begin_offset;
QuicStreamOffset end_offset;
« no previous file with comments | « net/quic/quic_stream_sequencer_test.cc ('k') | net/quic/stream_sequencer_buffer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698