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

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

Issue 11741003: Remove PrefServiceSimple, replacing it with PrefService and PrefRegistrySimple. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Update production interfaces based on review comments. Created 7 years, 11 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/signin_manager_factory.h
diff --git a/chrome/browser/signin/signin_manager_factory.h b/chrome/browser/signin/signin_manager_factory.h
index c3c760299acf48dcf3ff4b175a76794e453a98d6..59ae3f56cc46733e4cc5ba89708380e223da9983 100644
--- a/chrome/browser/signin/signin_manager_factory.h
+++ b/chrome/browser/signin/signin_manager_factory.h
@@ -9,7 +9,7 @@
#include "chrome/browser/profiles/profile_keyed_service_factory.h"
class SigninManager;
-class PrefServiceSimple;
+class PrefRegistrySimple;
class PrefServiceSyncable;
class Profile;
@@ -35,7 +35,7 @@ class SigninManagerFactory : public ProfileKeyedServiceFactory {
virtual void RegisterUserPrefs(PrefServiceSyncable* user_prefs) OVERRIDE;
// Registers the browser-global prefs used by SigninManager.
- static void RegisterPrefs(PrefServiceSimple* local_state);
+ static void RegisterPrefs(PrefRegistrySimple* local_state);
private:
friend struct DefaultSingletonTraits<SigninManagerFactory>;

Powered by Google App Engine
This is Rietveld 408576698