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 42e5432bdf16301042bd8b6bd1c18cff80a3d952..be91494a0d5877e9520d1a78873fa676ac2f595c 100644 |
--- a/chrome/browser/ui/app_list/app_list_service_mac.mm |
+++ b/chrome/browser/ui/app_list/app_list_service_mac.mm |
@@ -178,7 +178,7 @@ void CheckAppListShimOnFileThread(const base::FilePath& profile_path) { |
CommandLine::ForCurrentProcess()->HasSwitch(switches::kEnableAppListShim); |
base::FilePath install_path = web_app::GetAppInstallPath( |
GetAppListShortcutInfo(profile_path)); |
- if (enable == file_util::PathExists(install_path)) |
+ if (enable == base::PathExists(install_path)) |
return; |
if (enable) { |