Index: ipc/ipc_message_attachment_set.h |
diff --git a/ipc/ipc_message_attachment_set.h b/ipc/ipc_message_attachment_set.h |
index 4707a504e3c596955f486ec9535c2c3229c1a6fb..0ed62accab23de502b35837f730c5a082ed4c75f 100644 |
--- a/ipc/ipc_message_attachment_set.h |
+++ b/ipc/ipc_message_attachment_set.h |
@@ -59,7 +59,7 @@ class IPC_EXPORT MessageAttachmentSet |
void CommitAll(); |
// Returns a vector of all brokerable attachments. |
- std::vector<const BrokerableAttachment*> PeekBrokerableAttachments() const; |
+ std::vector<BrokerableAttachment*> GetBrokerableAttachments() const; |
// Replaces a placeholder brokerable attachment with |attachment|, matching |
// them by their id. |