Index: ipc/ipc_sync_message.h |
diff --git a/ipc/ipc_sync_message.h b/ipc/ipc_sync_message.h |
index 2b00f03b22b3ff358c449f7b191281280d157d82..a741591164130a6800a05b1744b71c9dd2838e84 100644 |
--- a/ipc/ipc_sync_message.h |
+++ b/ipc/ipc_sync_message.h |
@@ -25,7 +25,7 @@ |
public: |
SyncMessage(int32 routing_id, uint32 type, PriorityValue priority, |
MessageReplyDeserializer* deserializer); |
- ~SyncMessage() override; |
+ virtual ~SyncMessage(); |
// Call this to get a deserializer for the output parameters. |
// Note that this can only be called once, and the caller is responsible |