Index: base/test/test_file_util_posix.cc |
diff --git a/base/test/test_file_util_posix.cc b/base/test/test_file_util_posix.cc |
index 10701be23c605ea2b33b21295874f2e95c44ce12..3e1b9eb277f6a0dd937b0ddee100081e1d850192 100644 |
--- a/base/test/test_file_util_posix.cc |
+++ b/base/test/test_file_util_posix.cc |
@@ -77,7 +77,7 @@ bool RestorePermissionInfo(const base::FilePath& path, |
bool DieFileDie(const base::FilePath& file, bool recurse) { |
// There is no need to workaround Windows problems on POSIX. |
// Just pass-through. |
- return base::Delete(file, recurse); |
+ return base::DeleteFile(file, recurse); |
} |
#if !defined(OS_LINUX) && !defined(OS_MACOSX) |