| 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 b089449c95431f6ad71cb4c5336983cefb06aa22..1d8e960e875d8a2921277d7f667d5e2f8867845e 100644
|
| --- a/content/browser/web_contents/web_drag_dest_gtk.cc
|
| +++ b/content/browser/web_contents/web_drag_dest_gtk.cc
|
| @@ -189,7 +189,7 @@ void WebDragDestGtk::OnDragDataReceived(
|
| // file URLs are never set as the URL content for the drop.
|
| // TODO(estade): Can the filenames have a non-UTF8 encoding?
|
| GURL url(*uri_iter);
|
| - FilePath file_path;
|
| + base::FilePath file_path;
|
| if (url.SchemeIs(chrome::kFileScheme) &&
|
| net::FileURLToFilePath(url, &file_path)) {
|
| drop_data_->filenames.push_back(
|
|
|