| Index: chrome/browser/history/in_memory_url_index.cc
|
| diff --git a/chrome/browser/history/in_memory_url_index.cc b/chrome/browser/history/in_memory_url_index.cc
|
| index 10cac6fbb2e74098b07fe760ac11b30666748e1a..0f6ee808fdbbe516d40dc016ced0b697ad976d5b 100644
|
| --- a/chrome/browser/history/in_memory_url_index.cc
|
| +++ b/chrome/browser/history/in_memory_url_index.cc
|
| @@ -31,7 +31,7 @@ namespace history {
|
| // there is no private data to save. Runs on the FILE thread.
|
| void DeleteCacheFile(const base::FilePath& path) {
|
| DCHECK(!content::BrowserThread::CurrentlyOn(content::BrowserThread::UI));
|
| - base::Delete(path, false);
|
| + base::DeleteFile(path, false);
|
| }
|
|
|
| // Initializes a whitelist of URL schemes.
|
|
|