diff options
Diffstat (limited to 'ipc/attachment_broker_privileged_win.h')
-rw-r--r-- | ipc/attachment_broker_privileged_win.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ipc/attachment_broker_privileged_win.h b/ipc/attachment_broker_privileged_win.h index e986a7b..f40ccf5 100644 --- a/ipc/attachment_broker_privileged_win.h +++ b/ipc/attachment_broker_privileged_win.h @@ -20,7 +20,7 @@ class IPC_EXPORT AttachmentBrokerPrivilegedWin ~AttachmentBrokerPrivilegedWin() override; // IPC::AttachmentBroker overrides. - bool SendAttachmentToProcess(const BrokerableAttachment* attachment, + bool SendAttachmentToProcess(BrokerableAttachment* attachment, base::ProcessId destination_process) override; // IPC::Listener overrides. |