diff options
Diffstat (limited to 'content/browser/download/save_item.cc')
-rw-r--r-- | content/browser/download/save_item.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/content/browser/download/save_item.cc b/content/browser/download/save_item.cc index e225ffc..450d383 100644 --- a/content/browser/download/save_item.cc +++ b/content/browser/download/save_item.cc @@ -114,7 +114,7 @@ int SaveItem::PercentComplete() const { } // Rename the save item with new path. -void SaveItem::Rename(const FilePath& full_path) { +void SaveItem::Rename(const base::FilePath& full_path) { DCHECK(!full_path.empty() && !has_final_name()); full_path_ = full_path; file_name_ = full_path_.BaseName(); |