| Index: net/quic/congestion_control/pacing_sender.h
|
| diff --git a/net/quic/congestion_control/pacing_sender.h b/net/quic/congestion_control/pacing_sender.h
|
| index 43afa53e2279abc18be56f28c58c69cc2ea90b7a..9f6464844c8ee370396679fcd975c2856fa0ec05 100644
|
| --- a/net/quic/congestion_control/pacing_sender.h
|
| +++ b/net/quic/congestion_control/pacing_sender.h
|
| @@ -37,7 +37,7 @@ class NET_EXPORT_PRIVATE PacingSender : public SendAlgorithmInterface {
|
|
|
| // SendAlgorithmInterface methods.
|
| void SetFromConfig(const QuicConfig& config,
|
| - bool is_server,
|
| + Perspective perspective,
|
| bool using_pacing) override;
|
| bool ResumeConnectionState(
|
| const CachedNetworkParameters& cached_network_params) override;
|
|
|