Index: chrome/app/app_mode_loader_mac.mm |
diff --git a/chrome/app/app_mode_loader_mac.mm b/chrome/app/app_mode_loader_mac.mm |
index b5560440022111d78f2c2d1ffb7d22de9a67c287..6ca8308e1e31fa0a545c222baeabc0fab85827fc 100644 |
--- a/chrome/app/app_mode_loader_mac.mm |
+++ b/chrome/app/app_mode_loader_mac.mm |
@@ -51,7 +51,7 @@ void LoadFramework(void** cr_dylib, app_mode::ChromeAppModeInfo* info) { |
NSToCFCast(cr_bundle_id)))) autorelease]; |
cr_bundle_path = base::mac::NSStringToFilePath(cr_bundle_path_ns); |
bool found_bundle = |
- !cr_bundle_path.empty() && file_util::DirectoryExists(cr_bundle_path); |
+ !cr_bundle_path.empty() && base::DirectoryExists(cr_bundle_path); |
if (!found_bundle) { |
// If no such bundle path exists, try to search by bundle ID. |