Index: base/async_socket_io_handler.h |
diff --git a/base/async_socket_io_handler.h b/base/async_socket_io_handler.h |
index 2f4b13d74a1c4a851910b6f9a3216b6d59cf2152..71ca5f41e885b4ff93b4a372b5bd053cd3694790 100644 |
--- a/base/async_socket_io_handler.h |
+++ b/base/async_socket_io_handler.h |
@@ -78,11 +78,11 @@ class BASE_EXPORT AsyncSocketIoHandler |
// Implementation of IOHandler on Windows. |
virtual void OnIOCompleted(base::MessageLoopForIO::IOContext* context, |
DWORD bytes_transfered, |
- DWORD error) OVERRIDE; |
+ DWORD error) override; |
#elif defined(OS_POSIX) |
// Implementation of base::MessageLoopForIO::Watcher. |
- virtual void OnFileCanWriteWithoutBlocking(int socket) OVERRIDE {} |
- virtual void OnFileCanReadWithoutBlocking(int socket) OVERRIDE; |
+ virtual void OnFileCanWriteWithoutBlocking(int socket) override {} |
+ virtual void OnFileCanReadWithoutBlocking(int socket) override; |
void EnsureWatchingSocket(); |
#endif |