| Index: net/socket/tcp_listen_socket_unittest.cc
|
| diff --git a/net/socket/tcp_listen_socket_unittest.cc b/net/socket/tcp_listen_socket_unittest.cc
|
| index 19dd658f8e1ecb6064f34a94eda5f78e88edfbca..d13b784cbdcef3f53f04248b00262bb211d3a116 100644
|
| --- a/net/socket/tcp_listen_socket_unittest.cc
|
| +++ b/net/socket/tcp_listen_socket_unittest.cc
|
| @@ -24,12 +24,7 @@ static const char kLoopback[] = "127.0.0.1";
|
| static const int kDefaultTimeoutMs = 5000;
|
|
|
| TCPListenSocketTester::TCPListenSocketTester()
|
| - : thread_(NULL),
|
| - loop_(NULL),
|
| - server_(NULL),
|
| - connection_(NULL),
|
| - cv_(&lock_) {
|
| -}
|
| + : loop_(NULL), server_(NULL), connection_(NULL), cv_(&lock_) {}
|
|
|
| void TCPListenSocketTester::SetUp() {
|
| base::Thread::Options options;
|
|
|