| Index: ipc/attachment_broker_privileged_mac.cc
|
| diff --git a/ipc/attachment_broker_privileged_mac.cc b/ipc/attachment_broker_privileged_mac.cc
|
| index 7399326c48e1832b70cc391648c08de2c81a997a..0fbf2c461b2b2edd1bd6fdf368ba095f4644afd5 100644
|
| --- a/ipc/attachment_broker_privileged_mac.cc
|
| +++ b/ipc/attachment_broker_privileged_mac.cc
|
| @@ -64,7 +64,7 @@ void AttachmentBrokerPrivilegedMac::SetPortProvider(
|
| }
|
|
|
| bool AttachmentBrokerPrivilegedMac::SendAttachmentToProcess(
|
| - const BrokerableAttachment* attachment,
|
| + BrokerableAttachment* attachment,
|
| base::ProcessId destination_process) {
|
| switch (attachment->GetBrokerableType()) {
|
| case BrokerableAttachment::MACH_PORT: {
|
|
|