| Index: net/socket/ssl_socket.h
|
| diff --git a/net/socket/ssl_socket.h b/net/socket/ssl_socket.h
|
| index 68d1e4a2bfe5d690850ea44dc08632d68ba8adf5..0dc817becddadb8182e9f15ea4eb57af6a0c6bcb 100644
|
| --- a/net/socket/ssl_socket.h
|
| +++ b/net/socket/ssl_socket.h
|
| @@ -15,7 +15,7 @@ namespace net {
|
| // and server SSL sockets.
|
| class NET_EXPORT SSLSocket : public StreamSocket {
|
| public:
|
| - virtual ~SSLSocket() {}
|
| + ~SSLSocket() override {}
|
|
|
| // Exports data derived from the SSL master-secret (see RFC 5705).
|
| // If |has_context| is false, uses the no-context construction from the
|
|
|