| Index: chrome/browser/profiles/gaia_info_update_service.h
|
| diff --git a/chrome/browser/profiles/gaia_info_update_service.h b/chrome/browser/profiles/gaia_info_update_service.h
|
| index d8d70f81094bfb21353d66175615705002e1ec92..29105eb6db4c7250d34bf1ad10f7ebd189ad7c67 100644
|
| --- a/chrome/browser/profiles/gaia_info_update_service.h
|
| +++ b/chrome/browser/profiles/gaia_info_update_service.h
|
| @@ -13,6 +13,7 @@
|
| #include "chrome/browser/profiles/profile_downloader.h"
|
| #include "chrome/browser/profiles/profile_downloader_delegate.h"
|
|
|
| +class PrefService;
|
| class Profile;
|
| class ProfileDownloader;
|
|
|
| @@ -30,7 +31,7 @@ class GAIAInfoUpdateService : public ProfileDownloaderDelegate {
|
| static bool ShouldUseGAIAProfileInfo(Profile* profile);
|
|
|
| // Register prefs for a profile.
|
| - static void RegisterUserPrefs(PrefServiceBase* prefs);
|
| + static void RegisterUserPrefs(PrefService* prefs);
|
|
|
| // ProfileDownloaderDelegate:
|
| virtual bool NeedsProfilePicture() const OVERRIDE;
|
|
|