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 a51e865ea2f75116fd28344bc9edb01f286ff49d..d9fdafc09ac84d0d7d5847fe7fb4c4d0c8074f54 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 PrefServiceSyncable; |
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(PrefServiceSyncable* prefs); |
// ProfileDownloaderDelegate: |
virtual bool NeedsProfilePicture() const OVERRIDE; |