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 2e1ffa3c2dfaa6db0e0fc35acd956c012c033607..1eff7bf119a402564914613387df5c2aacc6ef50 100644 |
--- a/chrome/installer/util/create_dir_work_item.cc |
+++ b/chrome/installer/util/create_dir_work_item.cc |
@@ -36,7 +36,7 @@ bool CreateDirWorkItem::Do() { |
return true; |
VLOG(1) << "top directory that needs to be created: " << top_path_.value(); |
- bool result = file_util::CreateDirectory(path_); |
+ bool result = base::CreateDirectory(path_); |
VLOG(1) << "directory creation result: " << result; |
rollback_needed_ = true; |