| Index: net/tools/quic/quic_default_packet_writer.h
|
| diff --git a/net/tools/quic/quic_default_packet_writer.h b/net/tools/quic/quic_default_packet_writer.h
|
| index 9554dada6b34687cfe1f32c18ac5cfc5bbc7e1dc..f458d3ef03f9749360eace64b41368314218398a 100644
|
| --- a/net/tools/quic/quic_default_packet_writer.h
|
| +++ b/net/tools/quic/quic_default_packet_writer.h
|
| @@ -22,10 +22,10 @@ class QuicDefaultPacketWriter : public QuicPacketWriter {
|
| virtual ~QuicDefaultPacketWriter();
|
|
|
| // QuicPacketWriter
|
| - virtual WriteResult WritePacket(
|
| - const char* buffer, size_t buf_len,
|
| - const net::IPAddressNumber& self_address,
|
| - const net::IPEndPoint& peer_address) OVERRIDE;
|
| + virtual WriteResult WritePacket(const char* buffer,
|
| + size_t buf_len,
|
| + const net::IPAddressNumber& self_address,
|
| + const net::IPEndPoint& peer_address) OVERRIDE;
|
| virtual bool IsWriteBlockedDataBuffered() const OVERRIDE;
|
| virtual bool IsWriteBlocked() const OVERRIDE;
|
| virtual void SetWritable() OVERRIDE;
|
|
|