| 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 4659a4b477b7de184728e6318e813e20d193aee6..d8560e38caa009316af501b1e191e70b41faa017 100644
|
| --- a/net/quic/congestion_control/tcp_cubic_sender.h
|
| +++ b/net/quic/congestion_control/tcp_cubic_sender.h
|
| @@ -40,7 +40,7 @@ class NET_EXPORT_PRIVATE TcpCubicSender : public SendAlgorithmInterface {
|
|
|
| // Start implementation of SendAlgorithmInterface.
|
| void SetFromConfig(const QuicConfig& config,
|
| - bool is_server,
|
| + Perspective perspective,
|
| bool using_pacing) override;
|
| bool ResumeConnectionState(
|
| const CachedNetworkParameters& cached_network_params) override;
|
|
|