Index: net/socket/socks_client_socket_pool_unittest.cc |
diff --git a/net/socket/socks_client_socket_pool_unittest.cc b/net/socket/socks_client_socket_pool_unittest.cc |
index ec2230c1c68dff4fdaf5de94ff94f352387da8b9..391d31beddb87f16dbf3a1268402af56a3279dd9 100644 |
--- a/net/socket/socks_client_socket_pool_unittest.cc |
+++ b/net/socket/socks_client_socket_pool_unittest.cc |
@@ -103,7 +103,7 @@ class SOCKSClientSocketPoolTest : public testing::Test { |
NULL) { |
} |
- virtual ~SOCKSClientSocketPoolTest() {} |
+ ~SOCKSClientSocketPoolTest() override {} |
int StartRequestV5(const std::string& group_name, RequestPriority priority) { |
return test_base_.StartRequestUsingPool( |