| Index: net/quic/quic_time_wait_list_manager.h
|
| diff --git a/net/quic/quic_time_wait_list_manager.h b/net/quic/quic_time_wait_list_manager.h
|
| index 26014ca40debe54e2cf940f632c4bae65accdb99..3a4bafca365068794f68b1de93fb3bd3fbf473f2 100644
|
| --- a/net/quic/quic_time_wait_list_manager.h
|
| +++ b/net/quic/quic_time_wait_list_manager.h
|
| @@ -174,8 +174,7 @@ class QuicTimeWaitListManager : public QuicBlockedWriterInterface {
|
| const QuicTime::Delta time_wait_period_;
|
|
|
| // Alarm registered with the connection helper to clean up connection_ids that
|
| - // have
|
| - // out lived their duration in time wait state.
|
| + // have out lived their duration in time wait state.
|
| scoped_ptr<QuicAlarm> connection_id_clean_up_alarm_;
|
|
|
| // Interface that writes given buffer to the socket.
|
|
|