Index: chrome/installer/setup/uninstall.cc |
diff --git a/chrome/installer/setup/uninstall.cc b/chrome/installer/setup/uninstall.cc |
index 246c860a2c088da6347227b8a79f924e1a46a55d..2b7610ff954ad3c526b04ce078cf335099c78b0c 100644 |
--- a/chrome/installer/setup/uninstall.cc |
+++ b/chrome/installer/setup/uninstall.cc |
@@ -427,7 +427,7 @@ base::FilePath BackupLocalStateFile( |
const base::FilePath& local_state_folder = local_state_folders[i]; |
base::FilePath state_file( |
local_state_folder.Append(chrome::kLocalStateFilename)); |
- if (!file_util::PathExists(state_file)) |
+ if (!base::PathExists(state_file)) |
continue; |
if (!file_util::CreateTemporaryFile(&backup)) |
LOG(ERROR) << "Failed to create temporary file for Local State."; |