| Index: net/quic/congestion_control/tcp_cubic_bytes_sender.cc
|
| diff --git a/net/quic/congestion_control/tcp_cubic_bytes_sender.cc b/net/quic/congestion_control/tcp_cubic_bytes_sender.cc
|
| index f3e6a3eaa9fa6e5f185d5909c313568e20716d91..c34d448db1b402ec795a5f9764d70743cd85ecef 100644
|
| --- a/net/quic/congestion_control/tcp_cubic_bytes_sender.cc
|
| +++ b/net/quic/congestion_control/tcp_cubic_bytes_sender.cc
|
| @@ -48,8 +48,7 @@ TcpCubicBytesSender::TcpCubicBytesSender(
|
| min4_mode_(false),
|
| max_congestion_window_(max_congestion_window * kDefaultTCPMSS),
|
| slowstart_threshold_(max_congestion_window * kDefaultTCPMSS),
|
| - last_cutback_exited_slowstart_(false),
|
| - clock_(clock) {}
|
| + last_cutback_exited_slowstart_(false) {}
|
|
|
| TcpCubicBytesSender::~TcpCubicBytesSender() {
|
| }
|
|
|