Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(500)

Unified Diff: net/socket/tcp_server_socket_libevent.h

Issue 7064033: Virtual destructors should have virtual keyword. (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: Created 9 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « net/socket/ssl_client_socket_nss.h ('k') | net/socket_stream/socket_stream.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/socket/tcp_server_socket_libevent.h
diff --git a/net/socket/tcp_server_socket_libevent.h b/net/socket/tcp_server_socket_libevent.h
index 41dd40e5a5505b30ca797ed6d68485f3ca7eee1e..360ec095ca93b14a02b98dfb2221e33faa91009c 100644
--- a/net/socket/tcp_server_socket_libevent.h
+++ b/net/socket/tcp_server_socket_libevent.h
@@ -22,7 +22,7 @@ class TCPServerSocketLibevent : public ServerSocket,
public:
TCPServerSocketLibevent(net::NetLog* net_log,
const net::NetLog::Source& source);
- ~TCPServerSocketLibevent();
+ virtual ~TCPServerSocketLibevent();
// net::ServerSocket implementation.
virtual int Listen(const net::IPEndPoint& address, int backlog);
« no previous file with comments | « net/socket/ssl_client_socket_nss.h ('k') | net/socket_stream/socket_stream.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698