| Index: chrome/browser/ui/app_list/app_list_service_mac.mm
|
| diff --git a/chrome/browser/ui/app_list/app_list_service_mac.mm b/chrome/browser/ui/app_list/app_list_service_mac.mm
|
| index 7ca84f4f307ce207584614d0f049b808be8e9530..88ee1abacea7fee1bec00d3b7faf9777892e15b4 100644
|
| --- a/chrome/browser/ui/app_list/app_list_service_mac.mm
|
| +++ b/chrome/browser/ui/app_list/app_list_service_mac.mm
|
| @@ -193,7 +193,7 @@ void CheckAppListShimOnFileThread(const base::FilePath& profile_path) {
|
|
|
| // Sanity check because deleting things recursively is scary.
|
| CHECK(install_path.MatchesExtension(".app"));
|
| - base::Delete(install_path, true /* recursive */);
|
| + base::DeleteFile(install_path, true /* recursive */);
|
| }
|
|
|
| void CreateShortcutsInDefaultLocation(
|
|
|