| Index: chrome/browser/spellchecker/spellcheck_factory.h
|
| diff --git a/chrome/browser/spellchecker/spellcheck_factory.h b/chrome/browser/spellchecker/spellcheck_factory.h
|
| index bb6efae339ff1e5bd6c112142b1beeffcc819e7b..b4cf9cc5d7b490e0d25f467c70f6dfa5db6ca6db 100644
|
| --- a/chrome/browser/spellchecker/spellcheck_factory.h
|
| +++ b/chrome/browser/spellchecker/spellcheck_factory.h
|
| @@ -9,6 +9,7 @@
|
| #include "base/memory/singleton.h"
|
| #include "chrome/browser/profiles/profile_keyed_service_factory.h"
|
|
|
| +class PrefRegistrySyncable;
|
| class SpellcheckService;
|
|
|
| // Entry into the SpellCheck system.
|
| @@ -30,7 +31,7 @@ class SpellcheckServiceFactory : public ProfileKeyedServiceFactory {
|
| // ProfileKeyedServiceFactory:
|
| virtual ProfileKeyedService* BuildServiceInstanceFor(
|
| Profile* profile) const OVERRIDE;
|
| - virtual void RegisterUserPrefs(PrefServiceSyncable* user_prefs) OVERRIDE;
|
| + virtual void RegisterUserPrefs(PrefRegistrySyncable* registry) OVERRIDE;
|
| virtual bool ServiceRedirectedInIncognito() const OVERRIDE;
|
| virtual bool ServiceIsNULLWhileTesting() const OVERRIDE;
|
|
|
|
|