| 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 f189844eab1ad2460273835894b44bae30ce01fc..92398d862e46aee73ddd4866b29747270eade6e1 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));
|
| - file_util::Delete(image_path, false);
|
| + base::Delete(image_path, false);
|
| }
|
|
|
| } // namespace
|
|
|