| Index: net/quic/congestion_control/tcp_receiver.cc
|
| diff --git a/net/quic/congestion_control/tcp_receiver.cc b/net/quic/congestion_control/tcp_receiver.cc
|
| index a8c5489b604928b73f8cb26171d0d8fd896bcba2..1b99f11c81378b5b90c17344e2508bec04a135bd 100644
|
| --- a/net/quic/congestion_control/tcp_receiver.cc
|
| +++ b/net/quic/congestion_control/tcp_receiver.cc
|
| @@ -11,8 +11,7 @@ namespace net {
|
| // static
|
| const QuicByteCount TcpReceiver::kReceiveWindowTCP = 256000;
|
|
|
| -TcpReceiver::TcpReceiver()
|
| - : receive_window_(kReceiveWindowTCP) {
|
| +TcpReceiver::TcpReceiver() : receive_window_(kReceiveWindowTCP) {
|
| }
|
|
|
| bool TcpReceiver::GenerateCongestionFeedback(
|
|
|