Index: chrome/browser/profiles/profile_keyed_base_factory.h |
diff --git a/chrome/browser/profiles/profile_keyed_base_factory.h b/chrome/browser/profiles/profile_keyed_base_factory.h |
index 16e3f234ccab250de3d11a733ec242112ed69de4..bcd9ebdbf327310e26d7f41a8efbd954410467f0 100644 |
--- a/chrome/browser/profiles/profile_keyed_base_factory.h |
+++ b/chrome/browser/profiles/profile_keyed_base_factory.h |
@@ -9,7 +9,7 @@ |
#include "base/threading/non_thread_safe.h" |
-class PrefService; |
+class PrefServiceSyncable; |
class Profile; |
class ProfileDependencyManager; |
@@ -50,7 +50,7 @@ class ProfileKeyedBaseFactory : public base::NonThreadSafe { |
// Register any user preferences on this service. This is called during |
// CreateProfileService() since preferences are registered on a per Profile |
// basis. |
- virtual void RegisterUserPrefs(PrefService* user_prefs) {} |
+ virtual void RegisterUserPrefs(PrefServiceSyncable* user_prefs) {} |
// By default, if we are asked for a service with an Incognito profile, we |
// pass back NULL. To redirect to the Incognito's original profile or to |