Index: content/browser/renderer_host/p2p/socket_host_tcp_server_unittest.cc |
=================================================================== |
--- content/browser/renderer_host/p2p/socket_host_tcp_server_unittest.cc (revision 181789) |
+++ content/browser/renderer_host/p2p/socket_host_tcp_server_unittest.cc (working copy) |
@@ -46,7 +46,7 @@ |
} |
// net::ServerSocket implementation. |
- virtual void AllowAddressReuse() { |
+ virtual void AllowAddressReuse() OVERRIDE { |
} |
virtual int Listen(const net::IPEndPoint& address, int backlog) OVERRIDE { |