| Index: chrome/browser/chromeos/policy/enterprise_install_attributes.cc
|
| diff --git a/chrome/browser/chromeos/policy/enterprise_install_attributes.cc b/chrome/browser/chromeos/policy/enterprise_install_attributes.cc
|
| index 0f04454b6c9f613a0bf89d511af5e729d20d45ab..c4eef362a0e2404e8a2ff1c1aedf9c712e71fa71 100644
|
| --- a/chrome/browser/chromeos/policy/enterprise_install_attributes.cc
|
| +++ b/chrome/browser/chromeos/policy/enterprise_install_attributes.cc
|
| @@ -100,7 +100,7 @@ EnterpriseInstallAttributes::~EnterpriseInstallAttributes() {}
|
|
|
| void EnterpriseInstallAttributes::ReadCacheFile(
|
| const base::FilePath& cache_file) {
|
| - if (device_locked_ || !file_util::PathExists(cache_file))
|
| + if (device_locked_ || !base::PathExists(cache_file))
|
| return;
|
|
|
| device_locked_ = true;
|
|
|