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