| Index: content/browser/download/save_item.cc
|
| diff --git a/content/browser/download/save_item.cc b/content/browser/download/save_item.cc
|
| index e225ffc0e9667a86d6e32aae48a247bd8e719c99..450d3839b555c2d64294f326d13e080ac11db81d 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();
|
|
|