| Index: chrome/installer/util/copy_tree_work_item.h
|
| diff --git a/chrome/installer/util/copy_tree_work_item.h b/chrome/installer/util/copy_tree_work_item.h
|
| index dbfdfcc24ad34a0695af6a35a1d15749767edc0a..56e5cf67fd3a4a69a6e94ce5c8cac8ff4313a6e8 100644
|
| --- a/chrome/installer/util/copy_tree_work_item.h
|
| +++ b/chrome/installer/util/copy_tree_work_item.h
|
| @@ -79,6 +79,9 @@ class CopyTreeWorkItem : public WorkItem {
|
| // The temporary directory into which the original dest_path_ has been moved.
|
| base::ScopedTempDir backup_path_;
|
|
|
| + // Whether |backup_path_| was created.
|
| + bool backup_path_created_;
|
| +
|
| FRIEND_TEST_ALL_PREFIXES(CopyTreeWorkItemTest, CopyFileSameContent);
|
| FRIEND_TEST_ALL_PREFIXES(CopyTreeWorkItemTest, CopyFileInUse);
|
| FRIEND_TEST_ALL_PREFIXES(CopyTreeWorkItemTest, CopyFileAndCleanup);
|
|
|