| Index: net/quic/quic_framer.h
|
| diff --git a/net/quic/quic_framer.h b/net/quic/quic_framer.h
|
| index abd2e31d1f587bbec6659cf25b28c94ba190e407..3cfaa88d37201bd1dfd5892b4752b9a4eb4d3d54 100644
|
| --- a/net/quic/quic_framer.h
|
| +++ b/net/quic/quic_framer.h
|
| @@ -306,7 +306,8 @@ class NET_EXPORT_PRIVATE QuicFramer {
|
| // The packet must be of size |packet_size|.
|
| QuicPacket* BuildDataPacket(const QuicPacketHeader& header,
|
| const QuicFrames& frames,
|
| - size_t packet_size);
|
| + char* buffer,
|
| + size_t packet_length);
|
|
|
| // Returns a QuicPacket* that is owned by the caller, and is populated with
|
| // the fields in |header| and |fec|. Returns nullptr if the packet could
|
|
|