| 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 1af9d56292619f2deb01e87e6e5d5f094ebc3274..d9a5f92496033cd0b6deaa8261c0d7025c83300c 100644
|
| --- a/net/tools/quic/quic_time_wait_list_manager.h
|
| +++ b/net/tools/quic/quic_time_wait_list_manager.h
|
| @@ -83,7 +83,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.
|
|
|