| Index: chrome/installer/util/delete_after_reboot_helper.cc
|
| ===================================================================
|
| --- chrome/installer/util/delete_after_reboot_helper.cc (revision 31781)
|
| +++ chrome/installer/util/delete_after_reboot_helper.cc (working copy)
|
| @@ -54,6 +54,8 @@
|
| return ok;
|
| }
|
|
|
| +} // end namespace
|
| +
|
| // Must only be called for regular files or directories that will be empty.
|
| bool ScheduleFileSystemEntityForDeletion(const wchar_t* path) {
|
| // Check if the file exists, return false if not.
|
| @@ -77,7 +79,6 @@
|
| LOG(INFO) << "Scheduled for deletion: " << path;
|
| return true;
|
| }
|
| -} // end namespace
|
|
|
| bool ScheduleDirectoryForDeletion(const wchar_t* dir_name) {
|
| if (!IsSafeDirectoryNameForDeletion(dir_name)) {
|
|
|