Index: ipc/attachment_broker_privileged_mac.h |
diff --git a/ipc/attachment_broker_privileged_mac.h b/ipc/attachment_broker_privileged_mac.h |
index 329a376a9c769c24882c34881e0159bc3c70b354..d20bcc5f73632fc8a234b79b583000a000e7b112 100644 |
--- a/ipc/attachment_broker_privileged_mac.h |
+++ b/ipc/attachment_broker_privileged_mac.h |
@@ -55,8 +55,9 @@ class IPC_EXPORT AttachmentBrokerPrivilegedMac |
~AttachmentBrokerPrivilegedMac() override; |
// IPC::AttachmentBroker overrides. |
- bool SendAttachmentToProcess(BrokerableAttachment* attachment, |
- base::ProcessId destination_process) override; |
+ bool SendAttachmentToProcess( |
+ const scoped_refptr<IPC::BrokerableAttachment>& attachment, |
+ base::ProcessId destination_process) override; |
// IPC::Listener overrides. |
bool OnMessageReceived(const Message& message) override; |