Index: net/quic/quic_packet_generator.h |
diff --git a/net/quic/quic_packet_generator.h b/net/quic/quic_packet_generator.h |
index 12caf34e146b7cf52667d0326500b214a9c68a43..41a4d18be70a817db700e72eb29f72fc8c172389 100644 |
--- a/net/quic/quic_packet_generator.h |
+++ b/net/quic/quic_packet_generator.h |
@@ -98,8 +98,7 @@ class NET_EXPORT_PRIVATE QuicPacketGenerator { |
// STOP_WAITING frame should be sent as well. |
// The contents of the frame(s) will be generated via a call to the delegates |
// CreateAckFrame() and CreateFeedbackFrame() when the packet is serialized. |
- void SetShouldSendAck(bool also_send_feedback, |
- bool also_send_stop_waiting); |
+ void SetShouldSendAck(bool also_send_feedback, bool also_send_stop_waiting); |
// Indicates that a STOP_WAITING frame should be sent. |
void SetShouldSendStopWaiting(); |