| Index: ipc/attachment_broker_unprivileged_win.h
|
| diff --git a/ipc/attachment_broker_unprivileged_win.h b/ipc/attachment_broker_unprivileged_win.h
|
| index c3d290927410728fbfb3d300dd10abc59c52e5cf..bcb1500a70059f4aa0c5103e984c3b3f8359de5d 100644
|
| --- a/ipc/attachment_broker_unprivileged_win.h
|
| +++ b/ipc/attachment_broker_unprivileged_win.h
|
| @@ -22,7 +22,7 @@ class IPC_EXPORT AttachmentBrokerUnprivilegedWin
|
| ~AttachmentBrokerUnprivilegedWin() override;
|
|
|
| // IPC::AttachmentBroker overrides.
|
| - bool SendAttachmentToProcess(const BrokerableAttachment* attachment,
|
| + bool SendAttachmentToProcess(BrokerableAttachment* attachment,
|
| base::ProcessId destination_process) override;
|
|
|
| // IPC::Listener overrides.
|
|
|