summaryrefslogtreecommitdiffstats
path: root/chrome/browser/profiles/profile_info_cache.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/profiles/profile_info_cache.cc')
-rw-r--r--chrome/browser/profiles/profile_info_cache.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/profiles/profile_info_cache.cc b/chrome/browser/profiles/profile_info_cache.cc
index 8770f10..18c56a2 100644
--- a/chrome/browser/profiles/profile_info_cache.cc
+++ b/chrome/browser/profiles/profile_info_cache.cc
@@ -710,7 +710,7 @@ int ProfileInfoCache::GetDefaultAvatarIconResourceIDAtIndex(size_t index) {
// static
std::string ProfileInfoCache::GetDefaultAvatarIconUrl(size_t index) {
DCHECK(IsDefaultAvatarIconIndex(index));
- return StringPrintf("%s%" PRIuS, kDefaultUrlPrefix, index);
+ return base::StringPrintf("%s%" PRIuS, kDefaultUrlPrefix, index);
}
// static