Chromium Code Reviews| Index: ipc/ipc_sync_channel.h |
| diff --git a/ipc/ipc_sync_channel.h b/ipc/ipc_sync_channel.h |
| index 8cea5a818492f4b9c40530fe7cc7dabe5e9b8a07..e2d4c82ce0d5f04c3771723de00fd5d8444a9031 100644 |
| --- a/ipc/ipc_sync_channel.h |
| +++ b/ipc/ipc_sync_channel.h |
| @@ -141,7 +141,7 @@ class SyncChannel : public ChannelProxy, |
| bool restrict_dispatch() const { return restrict_dispatch_; } |
| private: |
| - ~SyncContext(); |
| + virtual ~SyncContext(); |
| // ChannelProxy methods that we override. |
| // Called on the listener thread. |