Index: content/common/drag_traits.h |
diff --git a/content/common/drag_traits.h b/content/common/drag_traits.h |
index fb3eef16acd79887c70ef3d140a8356034d5adf7..5b78528b9c82d37e7976fdcaee9b03efa40ba0a3 100644 |
--- a/content/common/drag_traits.h |
+++ b/content/common/drag_traits.h |
@@ -15,7 +15,7 @@ IPC_ENUM_TRAITS(blink::WebDragOperation) // Bitmask. |
IPC_ENUM_TRAITS_MAX_VALUE(ui::DragDropTypes::DragEventSource, |
ui::DragDropTypes::DRAG_EVENT_SOURCE_LAST) |
-IPC_STRUCT_TRAITS_BEGIN(content::DropData::FileInfo) |
+IPC_STRUCT_TRAITS_BEGIN(ui::FileInfo) |
IPC_STRUCT_TRAITS_MEMBER(path) |
IPC_STRUCT_TRAITS_MEMBER(display_name) |
IPC_STRUCT_TRAITS_END() |