| Index: chrome/browser/ui/gtk/custom_drag.cc
|
| diff --git a/chrome/browser/ui/gtk/custom_drag.cc b/chrome/browser/ui/gtk/custom_drag.cc
|
| index 268be416fa945f46760161e8d0c8e84485631f1a..b9edaead7cf976f93b3bd283ff6b937f97b233ee 100644
|
| --- a/chrome/browser/ui/gtk/custom_drag.cc
|
| +++ b/chrome/browser/ui/gtk/custom_drag.cc
|
| @@ -24,7 +24,7 @@ const GdkDragAction kBookmarkDragAction =
|
| void OnDragDataGetForDownloadItem(GtkSelectionData* selection_data,
|
| guint target_type,
|
| const DownloadItem* download_item) {
|
| - GURL url = net::FilePathToFileURL(download_item->full_path());
|
| + GURL url = net::FilePathToFileURL(download_item->GetFullPath());
|
| ui::WriteURLWithName(selection_data, url,
|
| UTF8ToUTF16(download_item->GetFileNameToReportUser().value()),
|
| target_type);
|
|
|