| 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 f555991c6039decab782901f7f605602a1ba30fe..12c8e819633f8406b44b0c11bd28bb227538acae 100644
|
| --- a/chrome/browser/profiles/gaia_info_update_service.cc
|
| +++ b/chrome/browser/profiles/gaia_info_update_service.cc
|
| @@ -78,7 +78,7 @@ bool GAIAInfoUpdateService::ShouldUseGAIAProfileInfo(Profile* profile) {
|
| }
|
|
|
| // static
|
| -void GAIAInfoUpdateService::RegisterUserPrefs(PrefServiceBase* prefs) {
|
| +void GAIAInfoUpdateService::RegisterUserPrefs(PrefService* prefs) {
|
| prefs->RegisterInt64Pref(
|
| prefs::kProfileGAIAInfoUpdateTime, 0, PrefServiceBase::UNSYNCABLE_PREF);
|
| prefs->RegisterStringPref(
|
|
|