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 50c70fae7f581ecc8a5076d375460c53e3d59725..f20839554e9630122ddb52bd2ae33c8b9a930f76 100644 |
--- a/net/tools/quic/quic_time_wait_list_manager.h |
+++ b/net/tools/quic/quic_time_wait_list_manager.h |
@@ -37,7 +37,8 @@ class QuicTimeWaitListManager : public QuicBlockedWriterInterface, |
// writer - the entity that writes to the socket. (Owned by the dispatcher) |
// epoll_server - used to run clean up alarms. (Owned by the dispatcher) |
QuicTimeWaitListManager(QuicPacketWriter* writer, |
- EpollServer* epoll_server); |
+ EpollServer* epoll_server, |
+ const QuicVersionVector& supported_versions); |
virtual ~QuicTimeWaitListManager(); |
// Adds the given guid to time wait state for kTimeWaitPeriod. Henceforth, |