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

Unified Diff: chrome/browser/signin/about_signin_internals_factory.h

Issue 12079097: Introduce PrefRegistrySyncable, simplifying PrefServiceSyncable. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Merge to head again; base::File changes conflicted. Created 7 years, 10 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/signin/about_signin_internals_factory.h
diff --git a/chrome/browser/signin/about_signin_internals_factory.h b/chrome/browser/signin/about_signin_internals_factory.h
index 66cc69b16453de8dc9474d5b7a1da0b4ac939925..c3f0a5827baba4da8b442bb1a2dd0a92a8f15840 100644
--- a/chrome/browser/signin/about_signin_internals_factory.h
+++ b/chrome/browser/signin/about_signin_internals_factory.h
@@ -9,7 +9,7 @@
#include "chrome/browser/profiles/profile_keyed_service_factory.h"
class AboutSigninInternals;
-class PrefServiceSyncable;
+class PrefRegistrySyncable;
class Profile;
// Singleton that owns all AboutSigninInternals and associates them with
@@ -24,7 +24,7 @@ class AboutSigninInternalsFactory : public ProfileKeyedServiceFactory {
static AboutSigninInternalsFactory* GetInstance();
// Implementation of ProfileKeyedServiceFactory.
- virtual void RegisterUserPrefs(PrefServiceSyncable* user_prefs) OVERRIDE;
+ virtual void RegisterUserPrefs(PrefRegistrySyncable* registry) OVERRIDE;
private:
friend struct DefaultSingletonTraits<AboutSigninInternalsFactory>;
« no previous file with comments | « chrome/browser/search_engines/template_url_service_factory.cc ('k') | chrome/browser/signin/about_signin_internals_factory.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698