| Index: chrome/installer/util/delete_after_reboot_helper.cc
|
| diff --git a/chrome/installer/util/delete_after_reboot_helper.cc b/chrome/installer/util/delete_after_reboot_helper.cc
|
| index f86405c2049002ab4bb1683ca58b6396f2c891de..5131b1d58becc3b8159272aeb1268fc105673ff4 100644
|
| --- a/chrome/installer/util/delete_after_reboot_helper.cc
|
| +++ b/chrome/installer/util/delete_after_reboot_helper.cc
|
| @@ -63,7 +63,7 @@ bool ScheduleFileSystemEntityForDeletion(const wchar_t* path) {
|
| }
|
|
|
| DWORD flags = MOVEFILE_DELAY_UNTIL_REBOOT;
|
| - if (!file_util::DirectoryExists(base::FilePath::FromWStringHack(path))) {
|
| + if (!base::DirectoryExists(base::FilePath::FromWStringHack(path))) {
|
| // This flag valid only for files
|
| flags |= MOVEFILE_REPLACE_EXISTING;
|
| }
|
|
|