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

Unified Diff: net/quic/core/quic_multipath_sent_packet_manager_test.cc

Issue 2547583002: Landing Recent QUIC changes until Fri Nov 18 23:21:04 2016 +0000 (Closed)
Patch Set: Remove explicit HTTP/2 enum usage Created 4 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
Index: net/quic/core/quic_multipath_sent_packet_manager_test.cc
diff --git a/net/quic/core/quic_multipath_sent_packet_manager_test.cc b/net/quic/core/quic_multipath_sent_packet_manager_test.cc
index 2a9bcf8746f5530e2d8a06befabf9565e8186e6a..fdb5979059a35c896100beb41042c4da5450c6a0 100644
--- a/net/quic/core/quic_multipath_sent_packet_manager_test.cc
+++ b/net/quic/core/quic_multipath_sent_packet_manager_test.cc
@@ -128,7 +128,7 @@ TEST_F(QuicMultipathSentPacketManagerTest, HasPendingRetransmissions) {
TEST_F(QuicMultipathSentPacketManagerTest, NextPendingRetransmission) {
SerializedPacket packet(kDefaultPathId, 1, PACKET_6BYTE_PACKET_NUMBER,
nullptr, 1250, false, false);
- PendingRetransmission retransmission(
+ QuicPendingRetransmission retransmission(
packet.path_id, packet.packet_number, LOSS_RETRANSMISSION,
packet.retransmittable_frames, packet.has_crypto_handshake,
packet.num_padding_bytes, packet.encryption_level,
« no previous file with comments | « net/quic/core/quic_multipath_sent_packet_manager.cc ('k') | net/quic/core/quic_multipath_transmissions_map.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698