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 f77ff08effeba8268f540b70616a6073d5d42569..573e083aedb1bcb5d99a1b7d3dd93d11d652492d 100644 |
--- a/net/quic/core/quic_packet_creator.h |
+++ b/net/quic/core/quic_packet_creator.h |
@@ -24,7 +24,8 @@ |
#include "net/quic/core/quic_connection_close_delegate_interface.h" |
#include "net/quic/core/quic_framer.h" |
#include "net/quic/core/quic_iovector.h" |
-#include "net/quic/core/quic_protocol.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); |