| Index: chrome/installer/setup/uninstall.cc
|
| diff --git a/chrome/installer/setup/uninstall.cc b/chrome/installer/setup/uninstall.cc
|
| index 430b3b31c240075e9b923cba9d85a7c583c183bb..3ffc12c55dfe1d5853d1e01b5c16173c80bb3e53 100644
|
| --- a/chrome/installer/setup/uninstall.cc
|
| +++ b/chrome/installer/setup/uninstall.cc
|
| @@ -495,7 +495,7 @@ bool MoveSetupOutOfInstallFolder(const InstallerState& installer_state,
|
| // Change the current directory to the TMP directory. See method comment above
|
| // for details.
|
| VLOG(1) << "Changing current directory to: " << tmp_dir.value();
|
| - if (!file_util::SetCurrentDirectory(tmp_dir))
|
| + if (!base::SetCurrentDirectory(tmp_dir))
|
| PLOG(ERROR) << "Failed to change the current directory.";
|
|
|
| for (std::vector<base::FilePath>::const_iterator it = setup_files.begin();
|
|
|