Index: chrome/installer/setup/install_worker.cc |
diff --git a/chrome/installer/setup/install_worker.cc b/chrome/installer/setup/install_worker.cc |
index f9f19fadf685b7dd2b2a9e9e07378c4d02747b0e..b6259540fc33c6dbcfb32b354a162e1cb675c6cd 100644 |
--- a/chrome/installer/setup/install_worker.cc |
+++ b/chrome/installer/setup/install_worker.cc |
@@ -518,7 +518,7 @@ void AddChromeWorkItems(const InstallationState& original_state, |
// Install kVisualElementsManifest if it is present in |src_path|. No need to |
// make this a conditional work item as if the file is not there now, it will |
// never be. |
- if (file_util::PathExists( |
+ if (base::PathExists( |
src_path.Append(installer::kVisualElementsManifest))) { |
install_list->AddMoveTreeWorkItem( |
src_path.Append(installer::kVisualElementsManifest).value(), |