diff options
Diffstat (limited to 'chrome/browser/profiles/profile_info_cache.cc')
-rw-r--r-- | chrome/browser/profiles/profile_info_cache.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/profiles/profile_info_cache.cc b/chrome/browser/profiles/profile_info_cache.cc index 94e4c47..dfbc6e1 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 |