| Index: chrome/browser/policy/cloud/component_cloud_policy_store.cc
|
| diff --git a/chrome/browser/policy/cloud/component_cloud_policy_store.cc b/chrome/browser/policy/cloud/component_cloud_policy_store.cc
|
| index 93bccd0e0f4e16e7050aefa65de7d094c4f49682..2ddc89ba9a6f0691433d99cda939cf7104e028cd 100644
|
| --- a/chrome/browser/policy/cloud/component_cloud_policy_store.cc
|
| +++ b/chrome/browser/policy/cloud/component_cloud_policy_store.cc
|
| @@ -104,7 +104,7 @@ const std::string& ComponentCloudPolicyStore::GetCachedHash(
|
| DCHECK(CalledOnValidThread());
|
| std::map<PolicyNamespace, std::string>::const_iterator it =
|
| cached_hashes_.find(ns);
|
| - return it == cached_hashes_.end() ? EmptyString() : it->second;
|
| + return it == cached_hashes_.end() ? base::EmptyString() : it->second;
|
| }
|
|
|
| void ComponentCloudPolicyStore::SetCredentials(const std::string& username,
|
|
|