| 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 4d7b0c53bbd0a5e28f26ca49e43508567580f37a..13544b71d5a050379cb9f45f33ce5ed85e923706 100644
|
| --- a/net/quic/quic_time_wait_list_manager.h
|
| +++ b/net/quic/quic_time_wait_list_manager.h
|
| @@ -79,7 +79,7 @@ class QuicTimeWaitListManager : public QuicBlockedWriterInterface {
|
| // Called by the dispatcher when the underlying socket becomes writable again,
|
| // since we might need to send pending public reset packets which we didn't
|
| // send because the underlying socket was write blocked.
|
| - virtual void OnCanWrite() OVERRIDE;
|
| + virtual void OnCanWrite() override;
|
|
|
| // Used to delete connection_id entries that have outlived their time wait
|
| // period.
|
|
|