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 83eaff668367cc135006506e2ca88dc31476cca6..3bf2e4612224a60c159216592c94b00ba3f262b6 100644 |
--- a/net/tools/quic/quic_default_packet_writer.h |
+++ b/net/tools/quic/quic_default_packet_writer.h |
@@ -26,7 +26,8 @@ class QuicDefaultPacketWriter : public QuicPacketWriter { |
WriteResult WritePacket(const char* buffer, |
size_t buf_len, |
const IPAddressNumber& self_address, |
- const IPEndPoint& peer_address) override; |
+ const IPEndPoint& peer_address, |
+ PerPacketOptions* options) override; |
bool IsWriteBlockedDataBuffered() const override; |
bool IsWriteBlocked() const override; |
void SetWritable() override; |