Index: base/test/test_file_util_win.cc |
diff --git a/base/test/test_file_util_win.cc b/base/test/test_file_util_win.cc |
index 9e3697bebe27ecd70e37edbcf065ae505de0ecdc..3cfd233146130b934a74b293662d748740461622 100644 |
--- a/base/test/test_file_util_win.cc |
+++ b/base/test/test_file_util_win.cc |
@@ -119,7 +119,7 @@ bool DieFileDie(const base::FilePath& file, bool recurse) { |
const base::TimeDelta kTimeout = base::TimeDelta::FromSeconds(10) / |
kIterations; |
- if (!file_util::PathExists(file)) |
+ if (!base::PathExists(file)) |
return true; |
// Sometimes Delete fails, so try a few more times. Divide the timeout |