| Index: net/quic/quic_packet_generator.cc
|
| diff --git a/net/quic/quic_packet_generator.cc b/net/quic/quic_packet_generator.cc
|
| index 2481ddc166263dbfcbc7f9c58716420f34684b35..21ab10c9e716bd2d12edff464bdb38a8c63320ff 100644
|
| --- a/net/quic/quic_packet_generator.cc
|
| +++ b/net/quic/quic_packet_generator.cc
|
| @@ -357,11 +357,11 @@ QuicPacketSequenceNumber QuicPacketGenerator::sequence_number() const {
|
| return packet_creator_.sequence_number();
|
| }
|
|
|
| -size_t QuicPacketGenerator::max_packet_length() const {
|
| +QuicByteCount QuicPacketGenerator::max_packet_length() const {
|
| return packet_creator_.max_packet_length();
|
| }
|
|
|
| -void QuicPacketGenerator::set_max_packet_length(size_t length) {
|
| +void QuicPacketGenerator::set_max_packet_length(QuicByteCount length) {
|
| packet_creator_.set_max_packet_length(length);
|
| }
|
|
|
|
|