Index: chrome/browser/component_updater/pnacl/pnacl_component_installer.cc |
diff --git a/chrome/browser/component_updater/pnacl/pnacl_component_installer.cc b/chrome/browser/component_updater/pnacl/pnacl_component_installer.cc |
index ae7a13858163707e78dd0626d53e12456ca4790c..c90a0d92173168a2b3b876e9729ddb4fc029ce9d 100644 |
--- a/chrome/browser/component_updater/pnacl/pnacl_component_installer.cc |
+++ b/chrome/browser/component_updater/pnacl/pnacl_component_installer.cc |
@@ -325,7 +325,7 @@ void StartPnaclUpdateRegistration(PnaclComponentInstaller* pci) { |
DCHECK(BrowserThread::CurrentlyOn(BrowserThread::FILE)); |
base::FilePath path = pci->GetPnaclBaseDirectory(); |
if (!base::PathExists(path)) { |
- if (!file_util::CreateDirectory(path)) { |
+ if (!base::CreateDirectory(path)) { |
NOTREACHED() << "Could not create base Pnacl directory."; |
return; |
} |