Index: chrome/browser/first_run/upgrade_util_linux.cc |
diff --git a/chrome/browser/first_run/upgrade_util_linux.cc b/chrome/browser/first_run/upgrade_util_linux.cc |
index 8d6d8a9ab289efdeac80b7668f6c91047d85fe59..8a7618d35c3887c7af4c6b11b34268aea6ed2907 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; |