| Index: net/socket/ssl_socket.h
|
| diff --git a/net/socket/ssl_socket.h b/net/socket/ssl_socket.h
|
| index 68d1e4a2bfe5d690850ea44dc08632d68ba8adf5..2ad62fed7d528a7b8220ddf0fc7b2fb8fbe0963c 100644
|
| --- a/net/socket/ssl_socket.h
|
| +++ b/net/socket/ssl_socket.h
|
| @@ -14,7 +14,7 @@ namespace net {
|
| // SSLSocket interface defines method that are common between client
|
| // and server SSL sockets.
|
| class NET_EXPORT SSLSocket : public StreamSocket {
|
| -public:
|
| + public:
|
| virtual ~SSLSocket() {}
|
|
|
| // Exports data derived from the SSL master-secret (see RFC 5705).
|
|
|