summaryrefslogtreecommitdiffstats
path: root/chrome/browser/first_run/upgrade_util_linux.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/first_run/upgrade_util_linux.cc')
-rw-r--r--chrome/browser/first_run/upgrade_util_linux.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/first_run/upgrade_util_linux.cc b/chrome/browser/first_run/upgrade_util_linux.cc
index 8d6d8a9..8a7618d 100644
--- a/chrome/browser/first_run/upgrade_util_linux.cc
+++ b/chrome/browser/first_run/upgrade_util_linux.cc
@@ -41,7 +41,7 @@ double GetLastModifiedTimeOfExe() {
return saved_last_modified_time_of_exe;
}
base::PlatformFileInfo exe_file_info;
- if (!file_util::GetFileInfo(exe_file_path, &exe_file_info)) {
+ if (!base::GetFileInfo(exe_file_path, &exe_file_info)) {
LOG(WARNING) << "Failed to get FileInfo object for FILE_EXE - "
<< exe_file_path.value();
return saved_last_modified_time_of_exe;