Index: chrome/common/mac/app_mode_chrome_locator_unittest.mm |
diff --git a/chrome/common/mac/app_mode_chrome_locator_unittest.mm b/chrome/common/mac/app_mode_chrome_locator_unittest.mm |
index c9241119a4cb01c907c611ae0bdbe9a9a3fda01b..f3c7e4d1b5ca671a215361a052ba9b1fdf0764be 100644 |
--- a/chrome/common/mac/app_mode_chrome_locator_unittest.mm |
+++ b/chrome/common/mac/app_mode_chrome_locator_unittest.mm |
@@ -64,5 +64,5 @@ TEST(ChromeLocatorTest, GetChromeBundleInfo) { |
&raw_version, &version_path, &framework_path)); |
EXPECT_GT(raw_version.size(), 0U); |
EXPECT_TRUE(file_util::DirectoryExists(version_path)); |
- EXPECT_TRUE(file_util::PathExists(framework_path)); |
+ EXPECT_TRUE(base::PathExists(framework_path)); |
} |