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

Unified Diff: net/quic/test_tools/quic_stream_sequencer_peer.cc

Issue 329403003: (minor) rename frames_ to buffered_frames_ in QuicStreamSequencer (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 6 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/test_tools/quic_stream_sequencer_peer.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/quic/test_tools/quic_stream_sequencer_peer.cc
diff --git a/net/quic/test_tools/quic_stream_sequencer_peer.cc b/net/quic/test_tools/quic_stream_sequencer_peer.cc
index 8b340234eb706789c5c75120a72daf74e3df8ba3..5ec5a81a94630eb1eb50ed91f5a5b426c5a3ba7d 100644
--- a/net/quic/test_tools/quic_stream_sequencer_peer.cc
+++ b/net/quic/test_tools/quic_stream_sequencer_peer.cc
@@ -13,9 +13,9 @@ namespace net {
namespace test {
// static
-map<QuicStreamOffset, string>* QuicStreamSequencerPeer::GetFrames(
+map<QuicStreamOffset, string>* QuicStreamSequencerPeer::GetBufferedFrames(
QuicStreamSequencer* sequencer) {
- return &(sequencer->frames_);
+ return &(sequencer->buffered_frames_);
}
// static
« no previous file with comments | « net/quic/test_tools/quic_stream_sequencer_peer.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698