| Index: chrome/test/mini_installer_test/installer_test_util.cc
|
| diff --git a/chrome/test/mini_installer_test/installer_test_util.cc b/chrome/test/mini_installer_test/installer_test_util.cc
|
| index cb89e5556494d167d29fdf99ad272310cd83d3f1..2d8e2d52a8c5a868220f1576886be5811e9f13eb 100644
|
| --- a/chrome/test/mini_installer_test/installer_test_util.cc
|
| +++ b/chrome/test/mini_installer_test/installer_test_util.cc
|
| @@ -62,7 +62,7 @@ bool DeleteInstallDirectory(bool system_level,
|
| if (!has_install_dir || !file_util::PathExists(path))
|
| return false;
|
| path = path.AppendASCII(version);
|
| - return file_util::Delete(path, true);
|
| + return base::Delete(path, true);
|
| }
|
|
|
| bool DeleteRegistryKey(bool system_level,
|
|
|