| 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 9f21107cca020b68ef728770c3559232367d19dd..5e8c25fcf763949ea02bbad13cc71bd5a699abaf 100644
|
| --- a/net/tools/quic/quic_default_packet_writer.h
|
| +++ b/net/tools/quic/quic_default_packet_writer.h
|
| @@ -11,7 +11,6 @@
|
|
|
| namespace net {
|
|
|
| -class QuicBlockedWriterInterface;
|
| struct WriteResult;
|
|
|
| namespace tools {
|
| @@ -26,8 +25,7 @@ class QuicDefaultPacketWriter : public QuicPacketWriter {
|
| virtual WriteResult WritePacket(
|
| const char* buffer, size_t buf_len,
|
| const net::IPAddressNumber& self_address,
|
| - const net::IPEndPoint& peer_address,
|
| - QuicBlockedWriterInterface* blocked_writer) OVERRIDE;
|
| + const net::IPEndPoint& peer_address) OVERRIDE;
|
| virtual bool IsWriteBlockedDataBuffered() const OVERRIDE;
|
| virtual bool IsWriteBlocked() const OVERRIDE;
|
| virtual void SetWritable() OVERRIDE;
|
|
|