| Index: net/quic/quic_packet_creator.h
 | 
| diff --git a/net/quic/quic_packet_creator.h b/net/quic/quic_packet_creator.h
 | 
| index 5ff65822d3714a7a99fe262d71f510a2bc392649..a473835d2a0b006b76740a0f0ef20228ef289bd1 100644
 | 
| --- a/net/quic/quic_packet_creator.h
 | 
| +++ b/net/quic/quic_packet_creator.h
 | 
| @@ -98,7 +98,7 @@ class NET_EXPORT_PRIVATE QuicPacketCreator : public QuicFecBuilderInterface {
 | 
|    // Caller must ensure that any open FEC group is closed before calling this
 | 
|    // method.
 | 
|    SerializedPacket ReserializeAllFrames(
 | 
| -      const QuicFrames& frames,
 | 
| +      const RetransmittableFrames& frames,
 | 
|        QuicSequenceNumberLength original_length);
 | 
|  
 | 
|    // Returns true if there are frames pending to be serialized.
 | 
| 
 |