| Index: net/tools/quic/quic_time_wait_list_manager.h
|
| diff --git a/net/tools/quic/quic_time_wait_list_manager.h b/net/tools/quic/quic_time_wait_list_manager.h
|
| index 9a9eccd5e78fb9fd530d84805574dabcb09b6657..092f11657b7015fe5e6f2960c5edc4cebeb9e16f 100644
|
| --- a/net/tools/quic/quic_time_wait_list_manager.h
|
| +++ b/net/tools/quic/quic_time_wait_list_manager.h
|
| @@ -44,8 +44,7 @@ class QuicTimeWaitListManager : public QuicBlockedWriterInterface {
|
| // helper - used to run clean up alarms. (Owned by the dispatcher)
|
| QuicTimeWaitListManager(QuicPacketWriter* writer,
|
| QuicServerSessionVisitor* visitor,
|
| - QuicConnectionHelperInterface* helper,
|
| - const QuicVersionVector& supported_versions);
|
| + QuicConnectionHelperInterface* helper);
|
| ~QuicTimeWaitListManager() override;
|
|
|
| // Adds the given connection_id to time wait state for time_wait_period_.
|
|
|