| Index: content/common/view_messages.h
|
| diff --git a/content/common/view_messages.h b/content/common/view_messages.h
|
| index 047df35265baec252212af4f79603de37b019a4a..f4609bc50e1dd175d5771fe98600457773c6d720 100644
|
| --- a/content/common/view_messages.h
|
| +++ b/content/common/view_messages.h
|
| @@ -361,7 +361,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(local_path)
|
| IPC_STRUCT_TRAITS_MEMBER(display_name)
|
| IPC_STRUCT_TRAITS_END()
|
|
|
|
|