Index: chrome/installer/util/logging_installer.cc |
diff --git a/chrome/installer/util/logging_installer.cc b/chrome/installer/util/logging_installer.cc |
index adb01721ed30dcd817d3fcc6db0051a3ead035f3..3116415c720f7fc23ce7c0fbd50829ccdfe54933 100644 |
--- a/chrome/installer/util/logging_installer.cc |
+++ b/chrome/installer/util/logging_installer.cc |
@@ -59,7 +59,7 @@ TruncateResult TruncateLogFileIfNeeded(const base::FilePath& log_file) { |
(bytes_read == file_util::WriteFile(log_file, |
&old_log_data[0], |
bytes_read) || |
- file_util::PathExists(log_file))) { |
+ base::PathExists(log_file))) { |
result = LOGFILE_TRUNCATED; |
} |
} |