Index: content/common/view_messages.h |
diff --git a/content/common/view_messages.h b/content/common/view_messages.h |
index 578b13c5e9b4473f81e0d03df066bda56390f9ab..344c0a45cc06840f2f0825beb2ecdf97893fa9a5 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() |