| Index: net/socket/tcp_client_socket_unittest.cc
|
| ===================================================================
|
| --- net/socket/tcp_client_socket_unittest.cc (revision 55717)
|
| +++ net/socket/tcp_client_socket_unittest.cc (working copy)
|
| @@ -26,7 +26,9 @@
|
| class TCPClientSocketTest
|
| : public PlatformTest, public ListenSocket::ListenSocketDelegate {
|
| public:
|
| - TCPClientSocketTest() : net_log_(CapturingNetLog::kUnbounded) {
|
| + TCPClientSocketTest()
|
| + : listen_port_(0),
|
| + net_log_(CapturingNetLog::kUnbounded) {
|
| }
|
|
|
| // Implement ListenSocketDelegate methods
|
|
|