Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1129)

Unified Diff: mojo/system/proxy_message_pipe_endpoint.h

Issue 611733002: Mojo: Convert OVERRIDE -> override in mojo/{embedder,system}. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « mojo/system/platform_handle_dispatcher.h ('k') | mojo/system/raw_channel_posix.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/system/proxy_message_pipe_endpoint.h
diff --git a/mojo/system/proxy_message_pipe_endpoint.h b/mojo/system/proxy_message_pipe_endpoint.h
index b6f8db4b9508d8f475b383dc5c03d65374f08433..dda69189819fff8b12e94293d92bf6b2cb1d509e 100644
--- a/mojo/system/proxy_message_pipe_endpoint.h
+++ b/mojo/system/proxy_message_pipe_endpoint.h
@@ -34,9 +34,9 @@ class MOJO_SYSTEM_IMPL_EXPORT ProxyMessagePipeEndpoint
virtual ~ProxyMessagePipeEndpoint();
// |MessagePipeEndpoint| implementation:
- virtual Type GetType() const OVERRIDE;
- virtual bool OnPeerClose() OVERRIDE;
- virtual void EnqueueMessage(scoped_ptr<MessageInTransit> message) OVERRIDE;
+ virtual Type GetType() const override;
+ virtual bool OnPeerClose() override;
+ virtual void EnqueueMessage(scoped_ptr<MessageInTransit> message) override;
private:
scoped_refptr<ChannelEndpoint> channel_endpoint_;
« no previous file with comments | « mojo/system/platform_handle_dispatcher.h ('k') | mojo/system/raw_channel_posix.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698