| Index: ipc/attachment_broker_messages.h
|
| diff --git a/ipc/attachment_broker_messages.h b/ipc/attachment_broker_messages.h
|
| index ee136812f44adf5da2da1e848caa5ecf791b146e..eed2518b1fdd448c553c12498f3beba356240a83 100644
|
| --- a/ipc/attachment_broker_messages.h
|
| +++ b/ipc/attachment_broker_messages.h
|
| @@ -19,9 +19,9 @@
|
|
|
| #if defined(OS_WIN)
|
| IPC_STRUCT_TRAITS_BEGIN(IPC::internal::HandleAttachmentWin::WireFormat)
|
| -IPC_STRUCT_TRAITS_MEMBER(handle)
|
| -IPC_STRUCT_TRAITS_MEMBER(destination_process)
|
| -IPC_STRUCT_TRAITS_MEMBER(attachment_id)
|
| + IPC_STRUCT_TRAITS_MEMBER(handle)
|
| + IPC_STRUCT_TRAITS_MEMBER(destination_process)
|
| + IPC_STRUCT_TRAITS_MEMBER(attachment_id)
|
| IPC_STRUCT_TRAITS_END()
|
| #endif // defined(OS_WIN)
|
|
|
|
|