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

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

Issue 2531163009: Move QuicAckListenerInterface, QuicPendingRetransmission, and QuicTransmissionInfo out of quic_pack… (Closed)
Patch Set: Move QuicAckListenerInterface, QuicPendingRetransmission, and QuicTransmissionInfo out of quic_pack… 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
« no previous file with comments | « net/quic/core/quic_unacked_packet_map.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/quic/test_tools/quic_test_utils.h
diff --git a/net/quic/test_tools/quic_test_utils.h b/net/quic/test_tools/quic_test_utils.h
index 4423ea794c90afa1bff3c944699c65110e60a515..23e06e445427b0cf7b0109e313d923bb98fd090d 100644
--- a/net/quic/test_tools/quic_test_utils.h
+++ b/net/quic/test_tools/quic_test_utils.h
@@ -915,7 +915,7 @@ class MockSentPacketManager : public QuicSentPacketManagerInterface {
MOCK_METHOD0(MaybeRetransmitTailLossProbe, bool(void));
MOCK_METHOD0(NeuterUnencryptedPackets, void(void));
MOCK_CONST_METHOD0(HasPendingRetransmissions, bool(void));
- MOCK_METHOD0(NextPendingRetransmission, PendingRetransmission(void));
+ MOCK_METHOD0(NextPendingRetransmission, QuicPendingRetransmission(void));
MOCK_CONST_METHOD0(HasUnackedPackets, bool(void));
MOCK_CONST_METHOD1(GetLeastUnacked, QuicPacketNumber(QuicPathId));
MOCK_METHOD6(OnPacketSent,
« no previous file with comments | « net/quic/core/quic_unacked_packet_map.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698