| Index: content/browser/web_contents/web_drag_source_gtk.h
|
| diff --git a/content/browser/web_contents/web_drag_source_gtk.h b/content/browser/web_contents/web_drag_source_gtk.h
|
| index 979047accb73ec1533ef4f1b87ca6d9f698c7a34..1926ca21bc94a59b9e84a076f60c8fd55eb18577 100644
|
| --- a/content/browser/web_contents/web_drag_source_gtk.h
|
| +++ b/content/browser/web_contents/web_drag_source_gtk.h
|
| @@ -93,7 +93,7 @@ class CONTENT_EXPORT WebDragSourceGtk : public MessageLoopForUI::Observer {
|
| string16 wide_download_mime_type_;
|
|
|
| // The file name to be saved to for a drag-out download.
|
| - FilePath download_file_name_;
|
| + base::FilePath download_file_name_;
|
|
|
| // The URL to download from for a drag-out download.
|
| GURL download_url_;
|
|
|