| Index: net/quic/quic_protocol.h
|
| diff --git a/net/quic/quic_protocol.h b/net/quic/quic_protocol.h
|
| index a88d8845c9ed932fd0f374984642507028eda66d..48af2cad2baf936eecca43dfb7f6f4d483323a8e 100644
|
| --- a/net/quic/quic_protocol.h
|
| +++ b/net/quic/quic_protocol.h
|
| @@ -464,8 +464,8 @@ class NET_EXPORT_PRIVATE QuicData {
|
| class NET_EXPORT_PRIVATE QuicPacket : public QuicData {
|
| public:
|
| static QuicPacket* NewDataPacket(char* buffer,
|
| - size_t length,
|
| - bool owns_buffer) {
|
| + size_t length,
|
| + bool owns_buffer) {
|
| return new QuicPacket(buffer, length, owns_buffer, false);
|
| }
|
|
|
|
|