| Index: mojo/edk/system/message_pipe.h
|
| diff --git a/mojo/edk/system/message_pipe.h b/mojo/edk/system/message_pipe.h
|
| index 6b75eb8d5327369b5ff78656ee22c562f055bb57..df0501484e5715eb743733b2b739cc77803b49b6 100644
|
| --- a/mojo/edk/system/message_pipe.h
|
| +++ b/mojo/edk/system/message_pipe.h
|
| @@ -121,7 +121,7 @@ class MOJO_SYSTEM_IMPL_EXPORT MessagePipe : public ChannelEndpointClient {
|
|
|
| private:
|
| MessagePipe();
|
| - virtual ~MessagePipe();
|
| + ~MessagePipe() override;
|
|
|
| // This is used internally by |WriteMessage()| and by |OnReadMessage()|.
|
| // |transports| may be non-null only if it's nonempty and |message| has no
|
|
|