| Index: chrome/installer/util/work_item.h
|
| ===================================================================
|
| --- chrome/installer/util/work_item.h (revision 75264)
|
| +++ chrome/installer/util/work_item.h (working copy)
|
| @@ -88,7 +88,9 @@
|
| // hierarchy at the given root path. A key file can be optionally specified
|
| // by key_path.
|
| static DeleteTreeWorkItem* CreateDeleteTreeWorkItem(
|
| - const FilePath& root_path, const std::vector<FilePath>& key_paths);
|
| + const FilePath& root_path,
|
| + const FilePath& temp_path,
|
| + const std::vector<FilePath>& key_paths);
|
|
|
| // Create a MoveTreeWorkItem that recursively moves a file system hierarchy
|
| // from source path to destination path.
|
|
|