diff options
Diffstat (limited to 'chrome/common/mac/mock_launchd.cc')
-rw-r--r-- | chrome/common/mac/mock_launchd.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/common/mac/mock_launchd.cc b/chrome/common/mac/mock_launchd.cc index 361629f..63975fe 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"; |