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

Unified Diff: net/quic/reliable_quic_stream_test.cc

Issue 1521993006: Rename QuicSpdyServerStream to QuicSimpleServerStream. No behavior change. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@109918216
Patch Set: correct NET_TOOLS_QUIC_QUIC_SIMPLE_SERVER_STREAM_H_ Created 5 years 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/net.gypi ('k') | net/tools/quic/end_to_end_test.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/quic/reliable_quic_stream_test.cc
diff --git a/net/quic/reliable_quic_stream_test.cc b/net/quic/reliable_quic_stream_test.cc
index 57baf71d42e2279d25293275c190aeabf7e8c206..6f7228137a4d50d102be2771f70e22175cba3ed8 100644
--- a/net/quic/reliable_quic_stream_test.cc
+++ b/net/quic/reliable_quic_stream_test.cc
@@ -738,7 +738,7 @@ TEST_F(ReliableQuicStreamTest, EarlyResponseFinHandling) {
// Receive data for the request.
QuicStreamFrame frame1(stream_->id(), false, 0, StringPiece("Start"));
stream_->OnStreamFrame(frame1);
- // When QuicSpdyServerStream sends the response, it calls
+ // When QuicSimpleServerStream sends the response, it calls
// ReliableQuicStream::CloseReadSide() first.
ReliableQuicStreamPeer::CloseReadSide(stream_);
// Send data and FIN for the response.
« no previous file with comments | « net/net.gypi ('k') | net/tools/quic/end_to_end_test.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698