| Index: chrome/installer/util/delete_after_reboot_helper.cc
|
| ===================================================================
|
| --- chrome/installer/util/delete_after_reboot_helper.cc (revision 29088)
|
| +++ chrome/installer/util/delete_after_reboot_helper.cc (working copy)
|
| @@ -64,7 +64,7 @@
|
| }
|
|
|
| DWORD flags = MOVEFILE_DELAY_UNTIL_REBOOT;
|
| - if (!file_util::DirectoryExists(path)) {
|
| + if (!file_util::DirectoryExists(FilePath::FromWStringHack(path))) {
|
| // This flag valid only for files
|
| flags |= MOVEFILE_REPLACE_EXISTING;
|
| }
|
|
|