| Index: chrome/browser/automation/testing_automation_provider.cc
|
| diff --git a/chrome/browser/automation/testing_automation_provider.cc b/chrome/browser/automation/testing_automation_provider.cc
|
| index e461641c33ccd00836ed3c6b71ebb4b0a8be9432..12fc4d3f420db621d73a105d5ae3e1d8a21b9793 100644
|
| --- a/chrome/browser/automation/testing_automation_provider.cc
|
| +++ b/chrome/browser/automation/testing_automation_provider.cc
|
| @@ -915,7 +915,7 @@ void TestingAutomationProvider::DragAndDropFilePaths(
|
| }
|
|
|
| drop_data.filenames.push_back(
|
| - content::DropData::FileInfo(path, base::string16()));
|
| + ui::FileInfo(base::FilePath::FromUTF16Unsafe(path), base::FilePath()));
|
| }
|
|
|
| const gfx::Point client(x, y);
|
|
|