Index: net/udp/udp_socket_libevent.h |
diff --git a/net/udp/udp_socket_libevent.h b/net/udp/udp_socket_libevent.h |
index 69e8ba3e6ab8ff3d69c0caefc39de2021f9901f3..292a42fa80679bfab9a950462d22f84c6ad77042 100644 |
--- a/net/udp/udp_socket_libevent.h |
+++ b/net/udp/udp_socket_libevent.h |
@@ -179,9 +179,9 @@ class NET_EXPORT UDPSocketLibevent : public base::NonThreadSafe { |
// MessageLoopForIO::Watcher methods |
- virtual void OnFileCanReadWithoutBlocking(int /* fd */) OVERRIDE; |
+ virtual void OnFileCanReadWithoutBlocking(int /* fd */) override; |
- virtual void OnFileCanWriteWithoutBlocking(int /* fd */) OVERRIDE {} |
+ virtual void OnFileCanWriteWithoutBlocking(int /* fd */) override {} |
private: |
UDPSocketLibevent* const socket_; |
@@ -195,9 +195,9 @@ class NET_EXPORT UDPSocketLibevent : public base::NonThreadSafe { |
// MessageLoopForIO::Watcher methods |
- virtual void OnFileCanReadWithoutBlocking(int /* fd */) OVERRIDE {} |
+ virtual void OnFileCanReadWithoutBlocking(int /* fd */) override {} |
- virtual void OnFileCanWriteWithoutBlocking(int /* fd */) OVERRIDE; |
+ virtual void OnFileCanWriteWithoutBlocking(int /* fd */) override; |
private: |
UDPSocketLibevent* const socket_; |