Index: net/socket/socket_libevent.h |
diff --git a/net/socket/socket_libevent.h b/net/socket/socket_libevent.h |
index 59509512bcac6021961267349d6c22580b30f7f0..a0727385ae8238da4ab8faaa802f0b608b46e31e 100644 |
--- a/net/socket/socket_libevent.h |
+++ b/net/socket/socket_libevent.h |
@@ -81,8 +81,8 @@ class NET_EXPORT_PRIVATE SocketLibevent |
private: |
// base::MessageLoopForIO::Watcher methods. |
- virtual void OnFileCanReadWithoutBlocking(int fd) OVERRIDE; |
- virtual void OnFileCanWriteWithoutBlocking(int fd) OVERRIDE; |
+ virtual void OnFileCanReadWithoutBlocking(int fd) override; |
+ virtual void OnFileCanWriteWithoutBlocking(int fd) override; |
int DoAccept(scoped_ptr<SocketLibevent>* socket); |
void AcceptCompleted(); |