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