| Index: net/tools/quic/test_tools/server_thread.h
|
| diff --git a/net/tools/quic/test_tools/server_thread.h b/net/tools/quic/test_tools/server_thread.h
|
| index 6066d974d1801396181e7a1dc5e5e1c0d676d731..cb92b0166c21a22864c740443a3cf685bfb096af 100644
|
| --- a/net/tools/quic/test_tools/server_thread.h
|
| +++ b/net/tools/quic/test_tools/server_thread.h
|
| @@ -28,7 +28,7 @@ class ServerThread : public base::SimpleThread {
|
| void Initialize();
|
|
|
| // Runs the event loop. Will initialize if necessary.
|
| - virtual void Run() OVERRIDE;
|
| + virtual void Run() override;
|
|
|
| // Waits for the handshake to be confirmed for the first session created.
|
| void WaitForCryptoHandshakeConfirmed();
|
|
|