| Index: chrome/browser/profiles/profile_info_cache.cc
|
| diff --git a/chrome/browser/profiles/profile_info_cache.cc b/chrome/browser/profiles/profile_info_cache.cc
|
| index 94e4c4753a940a31044f7ec484fb906ddc5da148..dfbc6e1c05b54f19848a1399199afb83e77734e8 100644
|
| --- a/chrome/browser/profiles/profile_info_cache.cc
|
| +++ b/chrome/browser/profiles/profile_info_cache.cc
|
| @@ -165,7 +165,7 @@ void ReadBitmap(const base::FilePath& image_path,
|
|
|
| void DeleteBitmap(const base::FilePath& image_path) {
|
| DCHECK(BrowserThread::CurrentlyOn(BrowserThread::FILE));
|
| - base::Delete(image_path, false);
|
| + base::DeleteFile(image_path, false);
|
| }
|
|
|
| } // namespace
|
|
|