Index: ipc/ipc_channel_proxy.h |
diff --git a/ipc/ipc_channel_proxy.h b/ipc/ipc_channel_proxy.h |
index e4cd83a4dd736390b510a85052c7375e0a56791c..c295b345a239e07805841fa2f428adcb90258763 100644 |
--- a/ipc/ipc_channel_proxy.h |
+++ b/ipc/ipc_channel_proxy.h |
@@ -116,6 +116,9 @@ class IPC_EXPORT ChannelProxy : public Sender, public base::NonThreadSafe { |
// Returns a re-written message, freeing the original, or simply the |
// original unchanged if no rewrite indicated. |
virtual Message *Rewrite(Message *message) = 0; |
+ |
+ protected: |
+ virtual ~OutgoingMessageFilter() { } |
}; |
// Initializes a channel proxy. The channel_handle and mode parameters are |