Index: chrome/installer/util/work_item.cc |
diff --git a/chrome/installer/util/work_item.cc b/chrome/installer/util/work_item.cc |
index e4982f86326b6d466eec2012172fa5fb6ec61d77..8b7bb11f8a24b073f660c7caf551d255f9cc808a 100644 |
--- a/chrome/installer/util/work_item.cc |
+++ b/chrome/installer/util/work_item.cc |
@@ -26,9 +26,10 @@ WorkItem::~WorkItem() { |
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( |