Index: ipc/attachment_broker_win.h |
diff --git a/ipc/attachment_broker_win.h b/ipc/attachment_broker_win.h |
index 8c021e7365987bd211152ca73b3255d8285a90c6..d9b927c7be9bde48860aaef1c74907a05514063a 100644 |
--- a/ipc/attachment_broker_win.h |
+++ b/ipc/attachment_broker_win.h |
@@ -15,7 +15,7 @@ namespace IPC { |
class IPC_EXPORT AttachmentBrokerWin : public IPC::AttachmentBroker { |
public: |
AttachmentBrokerWin(); |
- virtual ~AttachmentBrokerWin(); |
+ ~AttachmentBrokerWin() override; |
// In a non-broker process, the single instance of this class listens for |
// an IPC from the broker process indicating that a new attachment has been |