| Index: chrome/browser/chromeos/policy/user_cloud_policy_store_chromeos.cc
|
| diff --git a/chrome/browser/chromeos/policy/user_cloud_policy_store_chromeos.cc b/chrome/browser/chromeos/policy/user_cloud_policy_store_chromeos.cc
|
| index 884cda0aabde5e1b6fd08c84e97299ca732398ea..ae9b79ce6439625a546aa64c3d93be34f3aa1cc3 100644
|
| --- a/chrome/browser/chromeos/policy/user_cloud_policy_store_chromeos.cc
|
| +++ b/chrome/browser/chromeos/policy/user_cloud_policy_store_chromeos.cc
|
| @@ -409,7 +409,7 @@ void UserCloudPolicyStoreChromeOS::InstallLegacyTokens(
|
| // static
|
| void UserCloudPolicyStoreChromeOS::RemoveLegacyCacheDir(
|
| const base::FilePath& dir) {
|
| - if (file_util::PathExists(dir) && !file_util::Delete(dir, true))
|
| + if (file_util::PathExists(dir) && !base::Delete(dir, true))
|
| LOG(ERROR) << "Failed to remove cache dir " << dir.value();
|
| }
|
|
|
|
|