Index: base/mac/mac_util_unittest.mm |
diff --git a/base/mac/mac_util_unittest.mm b/base/mac/mac_util_unittest.mm |
index 0e52cbcdb8c7fc184470860e2a922255a090e1cd..d2467578704719a36266918864341b6ad3bc3410 100644 |
--- a/base/mac/mac_util_unittest.mm |
+++ b/base/mac/mac_util_unittest.mm |
@@ -246,7 +246,7 @@ TEST_F(MacUtilTest, TestRemoveQuarantineAttributeNonExistentPath) { |
ScopedTempDir temp_dir_; |
ASSERT_TRUE(temp_dir_.CreateUniqueTempDir()); |
FilePath non_existent_path = temp_dir_.path().Append("DummyPath"); |
- ASSERT_FALSE(file_util::PathExists(non_existent_path)); |
+ ASSERT_FALSE(PathExists(non_existent_path)); |
EXPECT_FALSE(RemoveQuarantineAttribute(non_existent_path)); |
} |