Index: net/socket/tcp_client_socket.h |
diff --git a/net/socket/tcp_client_socket.h b/net/socket/tcp_client_socket.h |
index 064b5eb53ee5057cb016d6180bee8838e8f474d2..2c0bae31fd7ed8dec757905048b1ec8bede0df83 100644 |
--- a/net/socket/tcp_client_socket.h |
+++ b/net/socket/tcp_client_socket.h |
@@ -36,7 +36,7 @@ class NET_EXPORT TCPClientSocket : public StreamSocket { |
~TCPClientSocket() override; |
// Binds the socket to a local IP address and port. |
- int Bind(const IPEndPoint& address); |
+ virtual int Bind(const IPEndPoint& address); |
// StreamSocket implementation. |
int Connect(const CompletionCallback& callback) override; |