Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(919)

Unified Diff: chrome/browser/policy/cloud/component_cloud_policy_store.cc

Issue 89243003: Move EmptyString, kWhitespace and the BOM to base. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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,
« no previous file with comments | « chrome/browser/metrics/metrics_log.cc ('k') | chrome/browser/policy/cloud/mock_device_management_service.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698