| Index: cloud_print/common/win/install_utils.cc
|
| diff --git a/cloud_print/common/win/install_utils.cc b/cloud_print/common/win/install_utils.cc
|
| index 15c55b2de62f74e15cc187f1a71f5102838e6f48..ab8a66ea13b0f54aa3fab307b416c39f9ba35b49 100644
|
| --- a/cloud_print/common/win/install_utils.cc
|
| +++ b/cloud_print/common/win/install_utils.cc
|
| @@ -175,7 +175,7 @@ void DeleteProgramDir(const std::string& delete_switch) {
|
| if (!file_util::CreateTemporaryFile(&temp_path))
|
| return;
|
| file_util::CopyFile(installer_source, temp_path);
|
| - file_util::DeleteAfterReboot(temp_path);
|
| + base::DeleteAfterReboot(temp_path);
|
| CommandLine command_line(temp_path);
|
| command_line.AppendSwitchPath(delete_switch, installer_source.DirName());
|
| base::LaunchOptions options;
|
|
|