| Index: mojo/edk/system/message_pipe_test_utils.h
|
| diff --git a/mojo/edk/system/message_pipe_test_utils.h b/mojo/edk/system/message_pipe_test_utils.h
|
| index 9e6a4b780e36f13f45eb47a35841b595e5661907..c9d9c8bb75f3f0ac277e60e8a944843aca0191ab 100644
|
| --- a/mojo/edk/system/message_pipe_test_utils.h
|
| +++ b/mojo/edk/system/message_pipe_test_utils.h
|
| @@ -49,7 +49,7 @@ class ChannelThread {
|
| class MultiprocessMessagePipeTestBase : public testing::Test {
|
| public:
|
| MultiprocessMessagePipeTestBase();
|
| - virtual ~MultiprocessMessagePipeTestBase();
|
| + ~MultiprocessMessagePipeTestBase() override;
|
|
|
| protected:
|
| void Init(scoped_refptr<ChannelEndpoint> ep);
|
|
|