| 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 50098cd07f6a1e7563a3b3ae09f7f314ddc7d08a..e0f44620b3801af9da46d81eb562cad725e9dbf7 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));
|
| - file_util::Delete(path, false);
|
| + base::Delete(path, false);
|
| }
|
|
|
| // Initializes a whitelist of URL schemes.
|
|
|