Index: chrome/browser/profiles/gaia_info_update_service.cc |
diff --git a/chrome/browser/profiles/gaia_info_update_service.cc b/chrome/browser/profiles/gaia_info_update_service.cc |
index ec4fe5b169dfca36d15c5d1a701ecb43617e5b84..efd51885f85c0e2abb42af3c0026400c493257f7 100644 |
--- a/chrome/browser/profiles/gaia_info_update_service.cc |
+++ b/chrome/browser/profiles/gaia_info_update_service.cc |
@@ -76,11 +76,11 @@ bool GAIAInfoUpdateService::ShouldUseGAIAProfileInfo(Profile* profile) { |
} |
// static |
-void GAIAInfoUpdateService::RegisterUserPrefs(PrefService* prefs) { |
+void GAIAInfoUpdateService::RegisterUserPrefs(PrefServiceBase* prefs) { |
prefs->RegisterInt64Pref( |
- prefs::kProfileGAIAInfoUpdateTime, 0, PrefService::UNSYNCABLE_PREF); |
+ prefs::kProfileGAIAInfoUpdateTime, 0, PrefServiceBase::UNSYNCABLE_PREF); |
prefs->RegisterStringPref( |
- prefs::kProfileGAIAInfoPictureURL, "", PrefService::UNSYNCABLE_PREF); |
+ prefs::kProfileGAIAInfoPictureURL, "", PrefServiceBase::UNSYNCABLE_PREF); |
} |
bool GAIAInfoUpdateService::NeedsProfilePicture() const { |