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

Unified Diff: mojo/system/channel.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/embedder/simple_platform_support.h ('k') | mojo/system/channel_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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(
« no previous file with comments | « mojo/embedder/simple_platform_support.h ('k') | mojo/system/channel_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698