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

Unified Diff: net/quic/quic_data_stream_test.cc

Issue 302603007: QUIC: rename GetWriteblockedStreams to GetWriteBlockedStreams. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 7 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 | « no previous file | net/quic/reliable_quic_stream_test.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/quic/quic_data_stream_test.cc
diff --git a/net/quic/quic_data_stream_test.cc b/net/quic/quic_data_stream_test.cc
index 7740337ea57b27ce693eb757c6f1dd667615f611..6799131fe689505698354619281ed71862b5dfc5 100644
--- a/net/quic/quic_data_stream_test.cc
+++ b/net/quic/quic_data_stream_test.cc
@@ -100,7 +100,7 @@ class QuicDataStreamTest : public ::testing::TestWithParam<QuicVersion> {
stream2_.reset(new TestStream(kClientDataStreamId2, session_.get(),
stream_should_process_data));
write_blocked_list_ =
- QuicSessionPeer::GetWriteblockedStreams(session_.get());
+ QuicSessionPeer::GetWriteBlockedStreams(session_.get());
}
protected:
« no previous file with comments | « no previous file | net/quic/reliable_quic_stream_test.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698