| Index: net/quic/core/quic_packet_creator.h
|
| diff --git a/net/quic/core/quic_packet_creator.h b/net/quic/core/quic_packet_creator.h
|
| index 124b261f27cc980a723c464f82fbc98328038b3d..573e083aedb1bcb5d99a1b7d3dd93d11d652492d 100644
|
| --- a/net/quic/core/quic_packet_creator.h
|
| +++ b/net/quic/core/quic_packet_creator.h
|
| @@ -25,6 +25,7 @@
|
| #include "net/quic/core/quic_framer.h"
|
| #include "net/quic/core/quic_iovector.h"
|
| #include "net/quic/core/quic_packets.h"
|
| +#include "net/quic/core/quic_pending_retransmission.h"
|
|
|
| namespace net {
|
| namespace test {
|
| @@ -106,7 +107,7 @@ class NET_EXPORT_PRIVATE QuicPacketCreator {
|
|
|
| // Re-serializes frames with the original packet's packet number length.
|
| // Used for retransmitting packets to ensure they aren't too long.
|
| - void ReserializeAllFrames(const PendingRetransmission& retransmission,
|
| + void ReserializeAllFrames(const QuicPendingRetransmission& retransmission,
|
| char* buffer,
|
| size_t buffer_len);
|
|
|
|
|