Index: chrome/browser/component_updater/pepper_flash_component_installer.cc |
diff --git a/chrome/browser/component_updater/pepper_flash_component_installer.cc b/chrome/browser/component_updater/pepper_flash_component_installer.cc |
index 2b07c40423356b7ed44c53d0d929d2ac8ce0b9e4..c7cf4dabf73106afdbc33a11d48cda88c1110ced 100644 |
--- a/chrome/browser/component_updater/pepper_flash_component_installer.cc |
+++ b/chrome/browser/component_updater/pepper_flash_component_installer.cc |
@@ -282,7 +282,7 @@ bool PepperFlashComponentInstaller::Install( |
GetPepperFlashBaseDirectory().AppendASCII(version.GetString()); |
if (file_util::PathExists(path)) |
return false; |
- if (!file_util::Move(unpack_path, path)) |
+ if (!base::Move(unpack_path, path)) |
return false; |
// Installation is done. Now tell the rest of chrome. Both the path service |
// and to the plugin service. |