Index: chrome/common/ipc_message.h |
=================================================================== |
--- chrome/common/ipc_message.h (revision 1819) |
+++ chrome/common/ipc_message.h (working copy) |
@@ -28,6 +28,8 @@ |
// Implemented by objects that can send IPC messages across a channel. |
class Sender { |
public: |
+ virtual ~Sender() {} |
+ |
// Sends the given IPC message. The implementor takes ownership of the |
// given Message regardless of whether or not this method succeeds. This |
// is done to make this method easier to use. Returns true on success and |