| Index: chrome/browser/policy/cloud/resource_cache.cc
|
| diff --git a/chrome/browser/policy/cloud/resource_cache.cc b/chrome/browser/policy/cloud/resource_cache.cc
|
| index 2214a2e4c6bb89ef06f3cf04eab8e47452069bbf..82aea6dbff84e2b3fb3e45525f33f520656f3044 100644
|
| --- a/chrome/browser/policy/cloud/resource_cache.cc
|
| +++ b/chrome/browser/policy/cloud/resource_cache.cc
|
| @@ -154,7 +154,7 @@ bool ResourceCache::VerifyKeyPath(const std::string& key,
|
| return false;
|
| *path = cache_dir_.AppendASCII(encoded);
|
| return allow_create ? file_util::CreateDirectory(*path) :
|
| - file_util::DirectoryExists(*path);
|
| + base::DirectoryExists(*path);
|
| }
|
|
|
| bool ResourceCache::VerifyKeyPathAndGetSubkeyPath(const std::string& key,
|
|
|