Index: chrome/browser/profiles/profile_shortcut_manager_unittest_win.cc |
diff --git a/chrome/browser/profiles/profile_shortcut_manager_unittest_win.cc b/chrome/browser/profiles/profile_shortcut_manager_unittest_win.cc |
index 6d5fd02c6c96f2ea3e5fa627ca90d1c94e25f7ce..611575498f75a08654645c53fa344006ab130544 100644 |
--- a/chrome/browser/profiles/profile_shortcut_manager_unittest_win.cc |
+++ b/chrome/browser/profiles/profile_shortcut_manager_unittest_win.cc |
@@ -81,7 +81,7 @@ class ProfileShortcutManagerTest : public testing::Test { |
base::FilePath CreateProfileDirectory(const string16& profile_name) { |
const base::FilePath profile_path = |
profile_info_cache_->GetUserDataDir().Append(profile_name); |
- file_util::CreateDirectory(profile_path); |
+ base::CreateDirectory(profile_path); |
return profile_path; |
} |