| Index: net/quic/core/quic_multipath_sent_packet_manager.h
|
| diff --git a/net/quic/core/quic_multipath_sent_packet_manager.h b/net/quic/core/quic_multipath_sent_packet_manager.h
|
| index 6dddd729216251e15fcb84e56a390f656fbb7079..7f2e73f662468c76c1962321ae4e18923156d8c5 100644
|
| --- a/net/quic/core/quic_multipath_sent_packet_manager.h
|
| +++ b/net/quic/core/quic_multipath_sent_packet_manager.h
|
| @@ -74,7 +74,7 @@ class NET_EXPORT_PRIVATE QuicMultipathSentPacketManager
|
|
|
| // Retrieves the next pending retransmission. Caller must ensure that
|
| // there are pending retransmissions prior to calling this function.
|
| - PendingRetransmission NextPendingRetransmission() override;
|
| + QuicPendingRetransmission NextPendingRetransmission() override;
|
|
|
| // Returns true if the any path has unacked packets.
|
| bool HasUnackedPackets() const override;
|
|
|