Index: chrome/browser/spellchecker/spellcheck_factory.h |
diff --git a/chrome/browser/spellchecker/spellcheck_factory.h b/chrome/browser/spellchecker/spellcheck_factory.h |
index 51cea6e7c3af6ce4ca5e43a15f714c1b55f12d92..78d05a876b3f7d46b15c794868908cb53b47e466 100644 |
--- a/chrome/browser/spellchecker/spellcheck_factory.h |
+++ b/chrome/browser/spellchecker/spellcheck_factory.h |
@@ -9,7 +9,6 @@ |
#include "base/memory/singleton.h" |
#include "chrome/browser/profiles/profile_keyed_service_factory.h" |
-class PrefRegistrySyncable; |
class SpellcheckService; |
// Entry into the SpellCheck system. |
@@ -37,7 +36,8 @@ class SpellcheckServiceFactory : public ProfileKeyedServiceFactory { |
// ProfileKeyedServiceFactory: |
virtual ProfileKeyedService* BuildServiceInstanceFor( |
content::BrowserContext* context) const OVERRIDE; |
- 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; |