| Index: ipc/attachment_broker_privileged_win.h
|
| diff --git a/ipc/attachment_broker_privileged_win.h b/ipc/attachment_broker_privileged_win.h
|
| index e986a7b067979abf0666f7ce22cb04aea44b73fe..f40ccf581de22b606964d24d829bc1fa3a042cdf 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.
|
|
|