| Index: content/common/view_messages.h
|
| diff --git a/content/common/view_messages.h b/content/common/view_messages.h
|
| index 0fca6ef682a5ba968b7d2c3432bad6e1a4efde99..609bf816f19a40c2dba1ff6ac8274eb22393fa41 100644
|
| --- a/content/common/view_messages.h
|
| +++ b/content/common/view_messages.h
|
| @@ -360,7 +360,8 @@ IPC_STRUCT_TRAITS_BEGIN(media::MediaLogEvent)
|
| IPC_STRUCT_TRAITS_END()
|
|
|
| IPC_STRUCT_TRAITS_BEGIN(ui::SelectedFileInfo)
|
| - IPC_STRUCT_TRAITS_MEMBER(path)
|
| + IPC_STRUCT_TRAITS_MEMBER(file_path)
|
| + IPC_STRUCT_TRAITS_MEMBER(real_path)
|
| IPC_STRUCT_TRAITS_MEMBER(display_name)
|
| IPC_STRUCT_TRAITS_END()
|
|
|
|
|