Index: content/browser/renderer_host/render_view_host_unittest.cc |
diff --git a/content/browser/renderer_host/render_view_host_unittest.cc b/content/browser/renderer_host/render_view_host_unittest.cc |
index b69c9c987a4a4c18d243dbabd560f0e590c96b69..40a1fb6157916619aeb80d57eb6c5b362f3e7db9 100644 |
--- a/content/browser/renderer_host/render_view_host_unittest.cc |
+++ b/content/browser/renderer_host/render_view_host_unittest.cc |
@@ -190,8 +190,8 @@ TEST_F(RenderViewHostTest, DragEnteredFileURLsStillBlocked) { |
GURL dragged_file_url = net::FilePathToFileURL(dragged_file_path); |
GURL sensitive_file_url = net::FilePathToFileURL(sensitive_file_path); |
dropped_data.url = highlighted_file_url; |
- dropped_data.filenames.push_back(DropData::FileInfo( |
- base::UTF8ToUTF16(dragged_file_path.AsUTF8Unsafe()), base::string16())); |
+ dropped_data.filenames.push_back( |
+ ui::FileInfo(dragged_file_path, base::FilePath())); |
rvh()->DragTargetDragEnter(dropped_data, client_point, screen_point, |
blink::WebDragOperationNone, 0); |