| Index: content/browser/web_contents/web_drag_dest_gtk.cc
|
| diff --git a/content/browser/web_contents/web_drag_dest_gtk.cc b/content/browser/web_contents/web_drag_dest_gtk.cc
|
| index bb9a4d42a7d5b2b8294a6274394298fbf45c0f79..738d6b59a80a8e6ed5d376d1151fc4dd0731b793 100644
|
| --- a/content/browser/web_contents/web_drag_dest_gtk.cc
|
| +++ b/content/browser/web_contents/web_drag_dest_gtk.cc
|
| @@ -204,7 +204,8 @@ void WebDragDestGtk::OnDragDataReceived(
|
| if (url.SchemeIs(chrome::kFileScheme) &&
|
| net::FileURLToFilePath(url, &file_path)) {
|
| drop_data_->filenames.push_back(
|
| - DropData::FileInfo(UTF8ToUTF16(file_path.value()), string16()));
|
| + DropData::FileInfo(UTF8ToUTF16(file_path.value()),
|
| + base::string16()));
|
| // This is a hack. Some file managers also populate text/plain with
|
| // a file URL when dragging files, so we clear it to avoid exposing
|
| // it to the web content.
|
|
|