Index: net/quic/quic_packet_creator.h |
diff --git a/net/quic/quic_packet_creator.h b/net/quic/quic_packet_creator.h |
index 7c976db910a494ecf1b6dd7bf6062ea133116413..336803ac9af2ba99eb6727b62827d4447279b228 100644 |
--- a/net/quic/quic_packet_creator.h |
+++ b/net/quic/quic_packet_creator.h |
@@ -103,7 +103,7 @@ class NET_EXPORT_PRIVATE QuicPacketCreator { |
size_t iov_offset, |
QuicStreamOffset offset, |
bool fin, |
- bool needs_padding, |
+ bool needs_full_padding, |
QuicFrame* frame); |
// Returns true if current open packet can accommodate more stream frames of |