| Index: chrome/installer/util/work_item.h
|
| diff --git a/chrome/installer/util/work_item.h b/chrome/installer/util/work_item.h
|
| index 7fd5db23340a2d2613d6e626d9b26f769bec2618..be7331bd388873678ae0afc65f9b64fb6b86d98b 100644
|
| --- a/chrome/installer/util/work_item.h
|
| +++ b/chrome/installer/util/work_item.h
|
| @@ -59,11 +59,11 @@ class WorkItem {
|
| // * If overwrite_option is NEW_NAME_IF_IN_USE, file is copied with an
|
| // alternate name specified by alternative_path.
|
| static CopyTreeWorkItem* CreateCopyTreeWorkItem(
|
| - const std::wstring& source_path,
|
| - const std::wstring& dest_path,
|
| - const std::wstring& temp_dir,
|
| + const FilePath& source_path,
|
| + const FilePath& dest_path,
|
| + const FilePath& temp_dir,
|
| CopyOverWriteOption overwrite_option,
|
| - const std::wstring& alternative_path = L"");
|
| + const FilePath& alternative_path);
|
|
|
| // Create a CreateDirWorkItem that creates a directory at the given path.
|
| static CreateDirWorkItem* CreateCreateDirWorkItem(const FilePath& path);
|
|
|