Index: ipc/ipc_test_sink.h |
diff --git a/ipc/ipc_test_sink.h b/ipc/ipc_test_sink.h |
index c8c21140894fde8f19b811e89e9ef9e9d5d9ebc1..ad1125a3fc571d61db71ae87c399ca8e68df938d 100644 |
--- a/ipc/ipc_test_sink.h |
+++ b/ipc/ipc_test_sink.h |
@@ -74,7 +74,7 @@ class Message; |
class TestSink : public Channel { |
public: |
TestSink(); |
- ~TestSink(); |
+ virtual ~TestSink(); |
// Interface in IPC::Channel. This copies the message to the sink and then |
// deletes it. |