Index: chrome/common/mac/mock_launchd.cc |
diff --git a/chrome/common/mac/mock_launchd.cc b/chrome/common/mac/mock_launchd.cc |
index 361629fa8aaef3171513b9e4ab022222d2114478..63975fe8e01f10c7b78e8cee940a5e4ee9ae2493 100644 |
--- a/chrome/common/mac/mock_launchd.cc |
+++ b/chrome/common/mac/mock_launchd.cc |
@@ -37,7 +37,7 @@ bool MockLaunchd::MakeABundle(const base::FilePath& dst, |
*executable = mac_os.Append(name); |
base::FilePath info_plist = contents.Append("Info.plist"); |
- if (!file_util::CreateDirectory(mac_os)) { |
+ if (!base::CreateDirectory(mac_os)) { |
return false; |
} |
const char *data = "#! testbundle\n"; |