Index: chrome/browser/component_updater/test/test_installer.cc |
diff --git a/chrome/browser/component_updater/test/test_installer.cc b/chrome/browser/component_updater/test/test_installer.cc |
index f379b6f7d7b78795f42497a1bfdf07bf505a88a6..62ae49462f19a6d1a406af3401092dbb153b743b 100644 |
--- a/chrome/browser/component_updater/test/test_installer.cc |
+++ b/chrome/browser/component_updater/test/test_installer.cc |
@@ -63,7 +63,7 @@ bool VersionedTestInstaller::Install(const base::DictionaryValue& manifest, |
base::FilePath path; |
path = install_directory_.AppendASCII(version.GetString()); |
- file_util::CreateDirectory(path.DirName()); |
+ base::CreateDirectory(path.DirName()); |
if (!base::Move(unpack_path, path)) |
return false; |
current_version_ = version; |