Index: chromeos/chromeos_test_utils.cc |
diff --git a/chromeos/chromeos_test_utils.cc b/chromeos/chromeos_test_utils.cc |
index eee9af669953f3a07701445e8e614b7e5c78c27e..f728ff7e798fc9e3d28edc807a34cba72369fcca 100644 |
--- a/chromeos/chromeos_test_utils.cc |
+++ b/chromeos/chromeos_test_utils.cc |
@@ -20,7 +20,7 @@ bool GetTestDataPath(const std::string& component, |
path = path.Append(FILE_PATH_LITERAL("chromeos")); |
path = path.Append(FILE_PATH_LITERAL("test")); |
path = path.Append(FILE_PATH_LITERAL("data")); |
- if (!file_util::PathExists(path)) // We don't want to create this. |
+ if (!base::PathExists(path)) // We don't want to create this. |
return false; |
DCHECK(data_dir); |
path = path.Append(component); |