| Index: ipc/ipc_channel.h
|
| diff --git a/ipc/ipc_channel.h b/ipc/ipc_channel.h
|
| index a7982e5554f1f719270831680748c8d5ef2f0d87..2d8d449c26e9c5b2f01cb13156ba2d591340f6dd 100644
|
| --- a/ipc/ipc_channel.h
|
| +++ b/ipc/ipc_channel.h
|
| @@ -143,8 +143,7 @@ class IPC_EXPORT Channel : public Sender {
|
| static scoped_ptr<Channel> CreateServer(
|
| const IPC::ChannelHandle &channel_handle, Listener* listener);
|
|
|
| -
|
| - virtual ~Channel();
|
| + ~Channel() override;
|
|
|
| // Connect the pipe. On the server side, this will initiate
|
| // waiting for connections. On the client, it attempts to
|
|
|