Index: ipc/ipc_message_attachment_set.h |
diff --git a/ipc/ipc_message_attachment_set.h b/ipc/ipc_message_attachment_set.h |
index 4276fcd9cdc14d899a1863c5467dc0c5895c4479..6a94b1946d12f9b640d188a0c51b0bb5a1920d7a 100644 |
--- a/ipc/ipc_message_attachment_set.h |
+++ b/ipc/ipc_message_attachment_set.h |
@@ -87,7 +87,8 @@ class IPC_EXPORT MessageAttachmentSet |
void CommitAllDescriptors(); |
// Returns a vector of all brokerable attachments. |
- std::vector<BrokerableAttachment*> GetBrokerableAttachments() const; |
+ std::vector<scoped_refptr<IPC::BrokerableAttachment>> |
+ GetBrokerableAttachments() const; |
// Replaces a placeholder brokerable attachment with |attachment|, matching |
// them by their id. |