| Index: ipc/attachment_broker_privileged_win.h
|
| diff --git a/ipc/attachment_broker_privileged_win.h b/ipc/attachment_broker_privileged_win.h
|
| index 3cb07d4c677ba2c18148ee5ac2eb6b5269a71c9e..66bf788311e23dfc3ac57addcbe5bb329ed25a88 100644
|
| --- a/ipc/attachment_broker_privileged_win.h
|
| +++ b/ipc/attachment_broker_privileged_win.h
|
| @@ -41,8 +41,7 @@ class IPC_EXPORT AttachmentBrokerPrivilegedWin : public AttachmentBroker {
|
| private:
|
| using HandleWireFormat = internal::HandleAttachmentWin::WireFormat;
|
| // IPC message handlers.
|
| - void OnDuplicateWinHandle(const HandleWireFormat& wire_format,
|
| - base::ProcessId source_process);
|
| + void OnDuplicateWinHandle(const IPC::Message& message);
|
|
|
| // Duplicates |wire_Format| from |source_process| into its destination
|
| // process.
|
|
|