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