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

Unified Diff: mojo/public/cpp/bindings/lib/interface_impl_internal.h

Issue 617503003: Mojo: MOJO_OVERRIDE -> override in mojo/. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebased 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
Index: mojo/public/cpp/bindings/lib/interface_impl_internal.h
diff --git a/mojo/public/cpp/bindings/lib/interface_impl_internal.h b/mojo/public/cpp/bindings/lib/interface_impl_internal.h
index 07a16d1ca557637cc656b1ced69812a8cf236783..788da664a36a8d9e4cff360087027870e952c862 100644
--- a/mojo/public/cpp/bindings/lib/interface_impl_internal.h
+++ b/mojo/public/cpp/bindings/lib/interface_impl_internal.h
@@ -96,7 +96,7 @@ class InterfaceImplState : public ErrorHandler {
return static_cast<InterfaceImplBase<Interface>*>(stub_.sink());
}
- virtual void OnConnectionError() MOJO_OVERRIDE {
+ virtual void OnConnectionError() override {
// If the the instance is not bound to the pipe, the instance might choose
// to delete itself in the OnConnectionError handler, which would in turn
// delete this. Save the error behavior before invoking the error handler
« no previous file with comments | « mojo/public/cpp/bindings/lib/fixed_buffer.h ('k') | mojo/public/cpp/bindings/lib/message_header_validator.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698