Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2060)

Unified Diff: chrome/browser/profiles/gaia_info_update_service.h

Issue 10828345: Extract PrefServiceBase into chrome/browser/api. Use in api and autofill. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 a4b289ba37cef9fef39790db0c22efef59574271..712932836c9ed2531d5580d1fbb0b1acb19c2e3d 100644
--- a/chrome/browser/profiles/gaia_info_update_service.h
+++ b/chrome/browser/profiles/gaia_info_update_service.h
@@ -32,7 +32,7 @@ class GAIAInfoUpdateService : public ProfileDownloaderDelegate,
static bool ShouldUseGAIAProfileInfo(Profile* profile);
// Register prefs for a profile.
- static void RegisterUserPrefs(PrefService* prefs);
+ static void RegisterUserPrefs(PrefServiceBase* prefs);
// ProfileDownloaderDelegate:
virtual bool NeedsProfilePicture() const OVERRIDE;

Powered by Google App Engine
This is Rietveld 408576698