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

Unified Diff: net/quic/quic_client_session_base.cc

Issue 2132623002: Landing Recent QUIC changes until 2016-07-02 02:45 UTC (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Removing comment about RPCs Created 4 years, 5 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_client_promised_info.cc ('k') | net/quic/quic_clock.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/quic/quic_client_session_base.cc
diff --git a/net/quic/quic_client_session_base.cc b/net/quic/quic_client_session_base.cc
index dff71e43e247c702ad2b2c5548bbeefcab88dccd..1d83ee398288d5ed1ead58707b29db942b4553ba 100644
--- a/net/quic/quic_client_session_base.cc
+++ b/net/quic/quic_client_session_base.cc
@@ -174,7 +174,7 @@ QuicSpdyStream* QuicClientSessionBase::GetPromisedStream(
if (IsClosedStream(id)) {
return nullptr;
}
- StreamMap::iterator it = dynamic_streams().find(id);
+ DynamicStreamMap::iterator it = dynamic_streams().find(id);
if (it != dynamic_streams().end()) {
return static_cast<QuicSpdyStream*>(it->second);
}
« no previous file with comments | « net/quic/quic_client_promised_info.cc ('k') | net/quic/quic_clock.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698