summaryrefslogtreecommitdiffstats
path: root/chrome/installer/util/delete_after_reboot_helper.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/installer/util/delete_after_reboot_helper.cc')
-rw-r--r--chrome/installer/util/delete_after_reboot_helper.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/chrome/installer/util/delete_after_reboot_helper.cc b/chrome/installer/util/delete_after_reboot_helper.cc
index 1bc322c..6806f78 100644
--- a/chrome/installer/util/delete_after_reboot_helper.cc
+++ b/chrome/installer/util/delete_after_reboot_helper.cc
@@ -54,6 +54,8 @@ bool IsSafeDirectoryNameForDeletion(const wchar_t* dir_name) {
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 @@ bool ScheduleFileSystemEntityForDeletion(const wchar_t* path) {
LOG(INFO) << "Scheduled for deletion: " << path;
return true;
}
-} // end namespace
bool ScheduleDirectoryForDeletion(const wchar_t* dir_name) {
if (!IsSafeDirectoryNameForDeletion(dir_name)) {