| 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
|
|
|