diff options
Diffstat (limited to 'content/public/browser/download_save_info.h')
-rw-r--r-- | content/public/browser/download_save_info.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/content/public/browser/download_save_info.h b/content/public/browser/download_save_info.h index cfa7c01..24ad355 100644 --- a/content/public/browser/download_save_info.h +++ b/content/public/browser/download_save_info.h @@ -23,7 +23,7 @@ struct CONTENT_EXPORT DownloadSaveInfo { // If non-empty, contains the full target path of the download that has been // determined prior to download initiation. This is considered to be a trusted // path. - FilePath file_path; + base::FilePath file_path; // If non-empty, contains an untrusted filename suggestion. This can't contain // a path (only a filename), and is only effective if |file_path| is empty. |