summaryrefslogtreecommitdiffstats
path: root/net/socket/socket_test_util.h
diff options
context:
space:
mode:
Diffstat (limited to 'net/socket/socket_test_util.h')
-rw-r--r--net/socket/socket_test_util.h7
1 files changed, 2 insertions, 5 deletions
diff --git a/net/socket/socket_test_util.h b/net/socket/socket_test_util.h
index 7e00029..c661ebb 100644
--- a/net/socket/socket_test_util.h
+++ b/net/socket/socket_test_util.h
@@ -243,11 +243,8 @@ class DynamicSocketDataProvider : public SocketDataProvider {
// SSLSocketDataProviders only need to keep track of the return code from calls
// to Connect().
struct SSLSocketDataProvider {
- SSLSocketDataProvider(bool async, int result)
- : connect(async, result),
- next_proto_status(SSLClientSocket::kNextProtoUnsupported),
- was_npn_negotiated(false),
- cert_request_info(NULL) { }
+ SSLSocketDataProvider(bool async, int result);
+ ~SSLSocketDataProvider();
MockConnect connect;
SSLClientSocket::NextProtoStatus next_proto_status;