Index: mojo/system/channel.h |
diff --git a/mojo/system/channel.h b/mojo/system/channel.h |
index a322b2b5cadc7af1890a70739b1d86fdbea40b56..185037208f8621fd734756e908583e3337768f9f 100644 |
--- a/mojo/system/channel.h |
+++ b/mojo/system/channel.h |
@@ -132,8 +132,8 @@ class MOJO_SYSTEM_IMPL_EXPORT Channel |
// |RawChannel::Delegate| implementation (only called on the creation thread): |
virtual void OnReadMessage( |
const MessageInTransit::View& message_view, |
- embedder::ScopedPlatformHandleVectorPtr platform_handles) OVERRIDE; |
- virtual void OnError(Error error) OVERRIDE; |
+ embedder::ScopedPlatformHandleVectorPtr platform_handles) override; |
+ virtual void OnError(Error error) override; |
// Helpers for |OnReadMessage| (only called on the creation thread): |
void OnReadMessageForDownstream( |