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

Unified Diff: net/quic/test_tools/quic_session_peer.h

Issue 1660593004: Landing Recent QUIC changes until 01/28/2016 18:41 UTC (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@Final_0202
Patch Set: Created 4 years, 11 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_packet_creator_peer.cc ('k') | net/quic/test_tools/quic_session_peer.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/quic/test_tools/quic_session_peer.h
diff --git a/net/quic/test_tools/quic_session_peer.h b/net/quic/test_tools/quic_session_peer.h
index 047c842a48727cd057814ab794829f22a4b0c395..ac971872bacac1e8bb6565bf45e102856428e395 100644
--- a/net/quic/test_tools/quic_session_peer.h
+++ b/net/quic/test_tools/quic_session_peer.h
@@ -41,7 +41,8 @@ class QuicSessionPeer {
GetLocallyClosedStreamsHighestOffset(QuicSession* session);
static QuicSession::StreamMap& static_streams(QuicSession* session);
static QuicSession::StreamMap& dynamic_streams(QuicSession* session);
- static base::hash_set<QuicStreamId>* GetDrainingStreams(QuicSession* session);
+ static std::unordered_set<QuicStreamId>* GetDrainingStreams(
+ QuicSession* session);
// Discern the state of a stream. Exactly one of these should be true at a
// time for any stream id > 0 (other than the special streams 1 and 3).
« no previous file with comments | « net/quic/test_tools/quic_packet_creator_peer.cc ('k') | net/quic/test_tools/quic_session_peer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698