Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2380)

Unified Diff: chrome/common/mac/mock_launchd.cc

Issue 100573002: Move directory creation functions to base namespace. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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";
« no previous file with comments | « chrome/common/extensions/extension_l10n_util_unittest.cc ('k') | chrome/common/net/url_fixer_upper_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698