| Index: ipc/ipc_channel.h
|
| diff --git a/ipc/ipc_channel.h b/ipc/ipc_channel.h
|
| index 1550d491e33e35ac4373c97e996b17252706123b..6bfcded832c57e50a7e2aae35f4d6bbf93c3d994 100644
|
| --- a/ipc/ipc_channel.h
|
| +++ b/ipc/ipc_channel.h
|
| @@ -119,7 +119,7 @@ class Channel : public Message::Sender {
|
| Channel(const IPC::ChannelHandle &channel_handle, Mode mode,
|
| Listener* listener);
|
|
|
| - ~Channel();
|
| + virtual ~Channel();
|
|
|
| // Connect the pipe. On the server side, this will initiate
|
| // waiting for connections. On the client, it attempts to
|
|
|