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 c608c35f438f94aa5b097fe8c934bf12e968d003..44b66f310dae0b8a4b43f720c50b1a3ec5629e34 100644 |
--- a/chrome/browser/component_updater/pnacl/pnacl_component_installer.cc |
+++ b/chrome/browser/component_updater/pnacl/pnacl_component_installer.cc |
@@ -270,7 +270,7 @@ bool PnaclComponentInstaller::Install(const base::DictionaryValue& manifest, |
NotifyInstallError(); |
return false; |
} |
- if (!file_util::Move(unpack_path, path)) { |
+ if (!base::Move(unpack_path, path)) { |
LOG(WARNING) << "Move failed, not installing."; |
NotifyInstallError(); |
return false; |