| Index: chrome/browser/spellchecker/spellcheck_factory.h
|
| diff --git a/chrome/browser/spellchecker/spellcheck_factory.h b/chrome/browser/spellchecker/spellcheck_factory.h
|
| index 57328f7bdc31105db7c5d48e0db14ce42946724a..bb6efae339ff1e5bd6c112142b1beeffcc819e7b 100644
|
| --- a/chrome/browser/spellchecker/spellcheck_factory.h
|
| +++ b/chrome/browser/spellchecker/spellcheck_factory.h
|
| @@ -30,7 +30,7 @@ class SpellcheckServiceFactory : public ProfileKeyedServiceFactory {
|
| // ProfileKeyedServiceFactory:
|
| virtual ProfileKeyedService* BuildServiceInstanceFor(
|
| Profile* profile) const OVERRIDE;
|
| - virtual void RegisterUserPrefs(PrefService* user_prefs) OVERRIDE;
|
| + virtual void RegisterUserPrefs(PrefServiceSyncable* user_prefs) OVERRIDE;
|
| virtual bool ServiceRedirectedInIncognito() const OVERRIDE;
|
| virtual bool ServiceIsNULLWhileTesting() const OVERRIDE;
|
|
|
|
|