Index: chrome/browser/profiles/profile_info_cache.h |
diff --git a/chrome/browser/profiles/profile_info_cache.h b/chrome/browser/profiles/profile_info_cache.h |
index 41fc3dfe24e4902f2c66a0dc0e5359d2dfd9355e..1572427ae42dc8f8744f8acaaabd6263f5807b11 100644 |
--- a/chrome/browser/profiles/profile_info_cache.h |
+++ b/chrome/browser/profiles/profile_info_cache.h |
@@ -122,7 +122,7 @@ class ProfileInfoCache : public ProfileInfoInterface, |
void SetProfileIsUsingDefaultAvatarAtIndex(size_t index, bool value); |
// Determines whether |name| is one of the default assigned names. |
- bool IsDefaultProfileName(const base::string16& name); |
+ bool IsDefaultProfileName(const base::string16& name) const; |
// Returns unique name that can be assigned to a newly created profile. |
base::string16 ChooseNameForNewProfile(size_t icon_index) const; |