| Index: content/browser/download/download_item_impl.cc
|
| diff --git a/content/browser/download/download_item_impl.cc b/content/browser/download/download_item_impl.cc
|
| index ec8f8f1102891d6d84ecd92217a97994de688d95..126e6733a124ea4b13407911335d9b397ee7692d 100644
|
| --- a/content/browser/download/download_item_impl.cc
|
| +++ b/content/browser/download/download_item_impl.cc
|
| @@ -62,7 +62,7 @@ void DeleteDownloadedFile(const base::FilePath& path) {
|
|
|
| // Make sure we only delete files.
|
| if (!file_util::DirectoryExists(path))
|
| - file_util::Delete(path, false);
|
| + base::Delete(path, false);
|
| }
|
|
|
| // Wrapper around DownloadFile::Detach and DownloadFile::Cancel that
|
|
|