| Index: chrome/installer/util/work_item.cc
|
| ===================================================================
|
| --- chrome/installer/util/work_item.cc (revision 104338)
|
| +++ chrome/installer/util/work_item.cc (working copy)
|
| @@ -26,9 +26,10 @@
|
| CopyRegKeyWorkItem* WorkItem::CreateCopyRegKeyWorkItem(
|
| HKEY predefined_root,
|
| const std::wstring& source_key_path,
|
| - const std::wstring& dest_key_path) {
|
| + const std::wstring& dest_key_path,
|
| + CopyOverWriteOption overwrite_option) {
|
| return new CopyRegKeyWorkItem(predefined_root, source_key_path,
|
| - dest_key_path);
|
| + dest_key_path, overwrite_option);
|
| }
|
|
|
| CopyTreeWorkItem* WorkItem::CreateCopyTreeWorkItem(
|
|
|