| Index: chrome/installer/util/copy_tree_work_item.cc
|
| diff --git a/chrome/installer/util/copy_tree_work_item.cc b/chrome/installer/util/copy_tree_work_item.cc
|
| index 026bcc8c976337d7930baf70c23590d641670e95..f60c822638adef4ba28b58e2ed8386f26a57722a 100644
|
| --- a/chrome/installer/util/copy_tree_work_item.cc
|
| +++ b/chrome/installer/util/copy_tree_work_item.cc
|
| @@ -16,11 +16,11 @@ CopyTreeWorkItem::~CopyTreeWorkItem() {
|
| }
|
| }
|
|
|
| -CopyTreeWorkItem::CopyTreeWorkItem(const std::wstring& source_path,
|
| - const std::wstring& dest_path,
|
| - const std::wstring& temp_dir,
|
| +CopyTreeWorkItem::CopyTreeWorkItem(const FilePath& source_path,
|
| + const FilePath& dest_path,
|
| + const FilePath& temp_dir,
|
| CopyOverWriteOption overwrite_option,
|
| - const std::wstring& alternative_path)
|
| + const FilePath& alternative_path)
|
| : source_path_(source_path),
|
| dest_path_(dest_path),
|
| temp_dir_(temp_dir),
|
|
|