| Index: chrome/browser/component_updater/widevine_cdm_component_installer.cc
|
| diff --git a/chrome/browser/component_updater/widevine_cdm_component_installer.cc b/chrome/browser/component_updater/widevine_cdm_component_installer.cc
|
| index 0b1c1b06c84f21a6ba281db759f20be0ff5dbf52..bbfebbd36114c7c7bf63d300cf451d9649bbaedd 100644
|
| --- a/chrome/browser/component_updater/widevine_cdm_component_installer.cc
|
| +++ b/chrome/browser/component_updater/widevine_cdm_component_installer.cc
|
| @@ -234,7 +234,7 @@ bool WidevineCdmComponentInstaller::Install(
|
| GetWidevineCdmBaseDirectory().AppendASCII(version.GetString());
|
| if (file_util::PathExists(install_path))
|
| return false;
|
| - if (!file_util::Move(unpack_path, install_path))
|
| + if (!base::Move(unpack_path, install_path))
|
| return false;
|
|
|
| base::FilePath adapter_install_path =
|
|
|