Index: net/quic/quic_packet_creator.h |
diff --git a/net/quic/quic_packet_creator.h b/net/quic/quic_packet_creator.h |
index a6f3add4626ac143aa25514402a585103dccef39..fcb4b50896cbb96eeedc3ae3a0b6effaab3fd682 100644 |
--- a/net/quic/quic_packet_creator.h |
+++ b/net/quic/quic_packet_creator.h |
@@ -138,10 +138,9 @@ class NET_EXPORT_PRIVATE QuicPacketCreator { |
// Used for retransmitting packets to ensure they aren't too long. |
// Caller must ensure that any open FEC group is closed before calling this |
// method. |
- SerializedPacket ReserializeAllFrames( |
- const PendingRetransmission& retransmission, |
- char* buffer, |
- size_t buffer_len); |
+ void ReserializeAllFrames(const PendingRetransmission& retransmission, |
+ char* buffer, |
+ size_t buffer_len); |
// Serializes all added frames into a single packet and invokes the delegate_ |
// to further process the SerializedPacket. |