Index: net/socket/stream_listen_socket.h |
diff --git a/net/socket/stream_listen_socket.h b/net/socket/stream_listen_socket.h |
index 813d96a22be8f19dfb3cddb90c8d1f90707e8c6e..ead35c4f331827939966bdad1f065163faa9fa89 100644 |
--- a/net/socket/stream_listen_socket.h |
+++ b/net/socket/stream_listen_socket.h |
@@ -116,8 +116,8 @@ class NET_EXPORT StreamListenSocket |
HANDLE socket_event_; |
#elif defined(OS_POSIX) |
// Called by MessagePumpLibevent when the socket is ready to do I/O. |
- virtual void OnFileCanReadWithoutBlocking(int fd) OVERRIDE; |
- virtual void OnFileCanWriteWithoutBlocking(int fd) OVERRIDE; |
+ virtual void OnFileCanReadWithoutBlocking(int fd) override; |
+ virtual void OnFileCanWriteWithoutBlocking(int fd) override; |
WaitState wait_state_; |
// The socket's libevent wrapper. |
base::MessageLoopForIO::FileDescriptorWatcher watcher_; |