| Index: net/quic/congestion_control/tcp_cubic_sender.h
|
| diff --git a/net/quic/congestion_control/tcp_cubic_sender.h b/net/quic/congestion_control/tcp_cubic_sender.h
|
| index 1e824016b7cd21f0362d41239a6238b485dc65b0..e4eb90811dd250804d6dd7dd4be4edb7a7e7b712 100644
|
| --- a/net/quic/congestion_control/tcp_cubic_sender.h
|
| +++ b/net/quic/congestion_control/tcp_cubic_sender.h
|
| @@ -130,8 +130,6 @@ class NET_EXPORT_PRIVATE TcpCubicSender : public SendAlgorithmInterface {
|
| // Maximum number of outstanding packets for tcp.
|
| QuicPacketCount max_tcp_congestion_window_;
|
|
|
| - const QuicClock* clock_;
|
| -
|
| DISALLOW_COPY_AND_ASSIGN(TcpCubicSender);
|
| };
|
|
|
|
|