Index: chrome/browser/plugins/plugin_prefs_factory.h |
diff --git a/chrome/browser/plugins/plugin_prefs_factory.h b/chrome/browser/plugins/plugin_prefs_factory.h |
index f1405628564741ce0bfc7fed57d1d142ea08df8b..89a656177522354f3847d1d083d93cce6b8810ed 100644 |
--- a/chrome/browser/plugins/plugin_prefs_factory.h |
+++ b/chrome/browser/plugins/plugin_prefs_factory.h |
@@ -10,7 +10,6 @@ |
#include "chrome/browser/profiles/refcounted_profile_keyed_service_factory.h" |
class PluginPrefs; |
-class PrefRegistrySyncable; |
class Profile; |
class ProfileKeyedService; |
@@ -36,7 +35,8 @@ class PluginPrefsFactory : public RefcountedProfileKeyedServiceFactory { |
content::BrowserContext* context) const OVERRIDE; |
// ProfileKeyedServiceFactory methods: |
- virtual void RegisterUserPrefs(PrefRegistrySyncable* registry) OVERRIDE; |
+ virtual void RegisterUserPrefs( |
+ user_prefs::PrefRegistrySyncable* registry) OVERRIDE; |
virtual content::BrowserContext* GetBrowserContextToUse( |
content::BrowserContext* context) const OVERRIDE; |
virtual bool ServiceIsNULLWhileTesting() const OVERRIDE; |