| Index: chrome/installer/util/work_item.h
|
| ===================================================================
|
| --- chrome/installer/util/work_item.h (revision 104338)
|
| +++ chrome/installer/util/work_item.h (working copy)
|
| @@ -63,7 +63,8 @@
|
| static CopyRegKeyWorkItem* 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);
|
|
|
| // Create a CopyTreeWorkItem that recursively copies a file system hierarchy
|
| // from source path to destination path.
|
|
|