| Index: chrome/installer/util/create_dir_work_item.cc
|
| diff --git a/chrome/installer/util/create_dir_work_item.cc b/chrome/installer/util/create_dir_work_item.cc
|
| index 34215b906d1e94eb038a0d6cf5b4e6949c6c036f..b2667c12cb16e33bbce92a0ca614cadb96746e85 100644
|
| --- a/chrome/installer/util/create_dir_work_item.cc
|
| +++ b/chrome/installer/util/create_dir_work_item.cc
|
| @@ -29,7 +29,7 @@
|
| return;
|
| }
|
|
|
| -bool CreateDirWorkItem::DoImpl() {
|
| +bool CreateDirWorkItem::Do() {
|
| VLOG(1) << "creating directory " << path_.value();
|
| GetTopDirToCreate();
|
| if (top_path_.empty())
|
| @@ -44,7 +44,7 @@
|
| return result;
|
| }
|
|
|
| -void CreateDirWorkItem::RollbackImpl() {
|
| +void CreateDirWorkItem::Rollback() {
|
| if (!rollback_needed_)
|
| return;
|
|
|
|
|