| Index: net/quic/quic_packet_writer.h
 | 
| diff --git a/net/quic/quic_packet_writer.h b/net/quic/quic_packet_writer.h
 | 
| index a4b26d6c4d7c7dacbc9958ac0ebbb9c664aa3aee..16b7adeadc6019a856434af2544bb0a2de30a020 100644
 | 
| --- a/net/quic/quic_packet_writer.h
 | 
| +++ b/net/quic/quic_packet_writer.h
 | 
| @@ -10,7 +10,6 @@
 | 
|  
 | 
|  namespace net {
 | 
|  
 | 
| -class QuicBlockedWriterInterface;
 | 
|  struct WriteResult;
 | 
|  
 | 
|  // An interface between writers and the entity managing the
 | 
| @@ -27,8 +26,7 @@ class NET_EXPORT_PRIVATE QuicPacketWriter {
 | 
|    virtual WriteResult WritePacket(
 | 
|        const char* buffer, size_t buf_len,
 | 
|        const IPAddressNumber& self_address,
 | 
| -      const IPEndPoint& peer_address,
 | 
| -      QuicBlockedWriterInterface* blocked_writer) = 0;
 | 
| +      const IPEndPoint& peer_address) = 0;
 | 
|  
 | 
|    // Returns true if the writer buffers and subsequently rewrites data
 | 
|    // when an attempt to write results in the underlying socket becoming
 | 
| 
 |