| Index: chrome/installer/util/logging_installer.cc
|
| diff --git a/chrome/installer/util/logging_installer.cc b/chrome/installer/util/logging_installer.cc
|
| index 3116415c720f7fc23ce7c0fbd50829ccdfe54933..15b3d7282d438bcdc053c807c20c41aa4e9939ff 100644
|
| --- a/chrome/installer/util/logging_installer.cc
|
| +++ b/chrome/installer/util/logging_installer.cc
|
| @@ -63,7 +63,7 @@ TruncateResult TruncateLogFileIfNeeded(const base::FilePath& log_file) {
|
| result = LOGFILE_TRUNCATED;
|
| }
|
| }
|
| - } else if (base::Delete(log_file, false)) {
|
| + } else if (base::DeleteFile(log_file, false)) {
|
| // Couldn't get sufficient access to the log file, optimistically try to
|
| // delete it.
|
| result = LOGFILE_DELETED;
|
|
|