| Index: ipc/attachment_broker_privileged_win.cc
|
| diff --git a/ipc/attachment_broker_privileged_win.cc b/ipc/attachment_broker_privileged_win.cc
|
| index 6f3bc41649ee23d70a37cfb8d90a4b2df856f8d8..a638752f3dfcd7b1465da8613d48d4f61f99bfa9 100644
|
| --- a/ipc/attachment_broker_privileged_win.cc
|
| +++ b/ipc/attachment_broker_privileged_win.cc
|
| @@ -19,7 +19,7 @@ AttachmentBrokerPrivilegedWin::AttachmentBrokerPrivilegedWin() {}
|
| AttachmentBrokerPrivilegedWin::~AttachmentBrokerPrivilegedWin() {}
|
|
|
| bool AttachmentBrokerPrivilegedWin::SendAttachmentToProcess(
|
| - const BrokerableAttachment* attachment,
|
| + BrokerableAttachment* attachment,
|
| base::ProcessId destination_process) {
|
| switch (attachment->GetBrokerableType()) {
|
| case BrokerableAttachment::WIN_HANDLE: {
|
|
|