Index: chrome/common/json_schema/json_schema_validator_unittest_base.cc |
diff --git a/chrome/common/json_schema/json_schema_validator_unittest_base.cc b/chrome/common/json_schema/json_schema_validator_unittest_base.cc |
index 50af16a8eb4fc5d4f06ccb42a535b08426262793..0f87a48e45e332910d8e9a5cb39e2acb52e2acfd 100644 |
--- a/chrome/common/json_schema/json_schema_validator_unittest_base.cc |
+++ b/chrome/common/json_schema/json_schema_validator_unittest_base.cc |
@@ -29,7 +29,7 @@ base::Value* LoadValue(const std::string& filename) { |
base::FilePath path; |
PathService::Get(chrome::DIR_TEST_DATA, &path); |
path = path.AppendASCII("json_schema_validator").AppendASCII(filename); |
- EXPECT_TRUE(file_util::PathExists(path)); |
+ EXPECT_TRUE(base::PathExists(path)); |
std::string error_message; |
JSONFileValueSerializer serializer(path); |