Index: chrome/browser/profiles/profile_info_cache_observer.h |
diff --git a/chrome/browser/profiles/profile_info_cache_observer.h b/chrome/browser/profiles/profile_info_cache_observer.h |
index 79fce40ebb653076e1f6e565479f1cd1ef22ceda..09573e5e51d209f9f5b8d05435a1dfa0c34fa77d 100644 |
--- a/chrome/browser/profiles/profile_info_cache_observer.h |
+++ b/chrome/browser/profiles/profile_info_cache_observer.h |
@@ -24,7 +24,7 @@ class ProfileInfoCacheObserver { |
const base::string16& profile_name) {} |
virtual void OnProfileNameChanged(const base::FilePath& profile_path, |
const base::string16& old_profile_name) {} |
- virtual void OnProfileUserNameChanged(const base::FilePath& profile_path) {} |
+ virtual void OnProfileAuthInfoChanged(const base::FilePath& profile_path) {} |
virtual void OnProfileAvatarChanged(const base::FilePath& profile_path) {} |
virtual void OnProfileHighResAvatarLoaded( |
const base::FilePath& profile_path) {} |