Index: chrome/installer/util/work_item.h |
diff --git a/chrome/installer/util/work_item.h b/chrome/installer/util/work_item.h |
index cbe9665835b71875a3f8cec481cfc471f08cdbb4..6c345a903ec307e12d47cd66ec290b55225becbf 100644 |
--- a/chrome/installer/util/work_item.h |
+++ b/chrome/installer/util/work_item.h |
@@ -63,7 +63,8 @@ class WorkItem { |
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. |