| Index: net/quic/quic_packet_writer.h
|
| diff --git a/net/quic/quic_packet_writer.h b/net/quic/quic_packet_writer.h
|
| index fbea660cf6f1c03d86fc61930dd6bb7dab416877..a4b26d6c4d7c7dacbc9958ac0ebbb9c664aa3aee 100644
|
| --- a/net/quic/quic_packet_writer.h
|
| +++ b/net/quic/quic_packet_writer.h
|
| @@ -26,8 +26,8 @@ class NET_EXPORT_PRIVATE QuicPacketWriter {
|
| // and error_code is populated.
|
| virtual WriteResult WritePacket(
|
| const char* buffer, size_t buf_len,
|
| - const net::IPAddressNumber& self_address,
|
| - const net::IPEndPoint& peer_address,
|
| + const IPAddressNumber& self_address,
|
| + const IPEndPoint& peer_address,
|
| QuicBlockedWriterInterface* blocked_writer) = 0;
|
|
|
| // Returns true if the writer buffers and subsequently rewrites data
|
|
|