Index: net/quic/quic_packet_writer.h |
diff --git a/net/quic/quic_packet_writer.h b/net/quic/quic_packet_writer.h |
index 16b7adeadc6019a856434af2544bb0a2de30a020..0da6c2dc1b820d805b1cc7ec61759dcfe8814b85 100644 |
--- a/net/quic/quic_packet_writer.h |
+++ b/net/quic/quic_packet_writer.h |
@@ -23,10 +23,10 @@ class NET_EXPORT_PRIVATE QuicPacketWriter { |
// status is WRITE_STATUS_OK and bytes_written is populated. If the write |
// failed, the result's status is WRITE_STATUS_BLOCKED or WRITE_STATUS_ERROR |
// and error_code is populated. |
- virtual WriteResult WritePacket( |
- const char* buffer, size_t buf_len, |
- const IPAddressNumber& self_address, |
- const IPEndPoint& peer_address) = 0; |
+ virtual WriteResult WritePacket(const char* buffer, |
+ size_t buf_len, |
+ const IPAddressNumber& self_address, |
+ 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 |