Index: chrome/installer/util/work_item.cc |
=================================================================== |
--- chrome/installer/util/work_item.cc (revision 75264) |
+++ chrome/installer/util/work_item.cc (working copy) |
@@ -54,8 +54,10 @@ |
} |
DeleteTreeWorkItem* WorkItem::CreateDeleteTreeWorkItem( |
- const FilePath& root_path, const std::vector<FilePath>& key_paths) { |
- return new DeleteTreeWorkItem(root_path, key_paths); |
+ const FilePath& root_path, |
+ const FilePath& temp_path, |
+ const std::vector<FilePath>& key_paths) { |
+ return new DeleteTreeWorkItem(root_path, temp_path, key_paths); |
} |
MoveTreeWorkItem* WorkItem::CreateMoveTreeWorkItem( |