| 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 aa3e9a0081f5f6402f6a8eb6ff6be90e4f3ff711..10701be23c605ea2b33b21295874f2e95c44ce12 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 file_util::Delete(file, recurse);
|
| + return base::Delete(file, recurse);
|
| }
|
|
|
| #if !defined(OS_LINUX) && !defined(OS_MACOSX)
|
|
|