| Index: net/tools/quic/test_tools/server_thread.cc
|
| diff --git a/net/tools/quic/test_tools/server_thread.cc b/net/tools/quic/test_tools/server_thread.cc
|
| index 839e137fb7a1c2c7fcf241140e8c92dfd9913c7e..5bac33e7c98b1febe4d0910f319aa95ce666a754 100644
|
| --- a/net/tools/quic/test_tools/server_thread.cc
|
| +++ b/net/tools/quic/test_tools/server_thread.cc
|
| @@ -32,7 +32,8 @@ ServerThread::ServerThread(IPEndPoint address,
|
| }
|
| }
|
|
|
| -ServerThread::~ServerThread() {}
|
| +ServerThread::~ServerThread() {
|
| +}
|
|
|
| void ServerThread::Initialize() {
|
| if (initialized_) {
|
|
|