| Index: ipc/attachment_broker_unprivileged_win.cc
|
| diff --git a/ipc/attachment_broker_unprivileged_win.cc b/ipc/attachment_broker_unprivileged_win.cc
|
| index 1151f53ac85690f2aa8b25916efa4861f8e0ce6f..e1d9941f50782e916eeb461363c9925afb1b529b 100644
|
| --- a/ipc/attachment_broker_unprivileged_win.cc
|
| +++ b/ipc/attachment_broker_unprivileged_win.cc
|
| @@ -17,7 +17,7 @@ AttachmentBrokerUnprivilegedWin::AttachmentBrokerUnprivilegedWin() {}
|
| AttachmentBrokerUnprivilegedWin::~AttachmentBrokerUnprivilegedWin() {}
|
|
|
| bool AttachmentBrokerUnprivilegedWin::SendAttachmentToProcess(
|
| - const BrokerableAttachment* attachment,
|
| + BrokerableAttachment* attachment,
|
| base::ProcessId destination_process) {
|
| switch (attachment->GetBrokerableType()) {
|
| case BrokerableAttachment::WIN_HANDLE: {
|
|
|