diff options
Diffstat (limited to 'ipc/attachment_broker_messages.h')
-rw-r--r-- | ipc/attachment_broker_messages.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ipc/attachment_broker_messages.h b/ipc/attachment_broker_messages.h index ee13681..eed2518 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) |