| Index: net/socket/socket_test_util.cc
|
| ===================================================================
|
| --- net/socket/socket_test_util.cc (revision 122403)
|
| +++ net/socket/socket_test_util.cc (working copy)
|
| @@ -237,7 +237,7 @@
|
| }
|
|
|
| SSLSocketDataProvider::SSLSocketDataProvider(bool async, int result)
|
| - : connect(async, result),
|
| + : connect(async ? ASYNC : SYNCHRONOUS, result),
|
| next_proto_status(SSLClientSocket::kNextProtoUnsupported),
|
| was_npn_negotiated(false),
|
| protocol_negotiated(SSLClientSocket::kProtoUnknown),
|
|
|