| Index: chrome/browser/spellchecker/spellcheck_factory.h
|
| diff --git a/chrome/browser/spellchecker/spellcheck_factory.h b/chrome/browser/spellchecker/spellcheck_factory.h
|
| index b4cf9cc5d7b490e0d25f467c70f6dfa5db6ca6db..a831b871ee6ecd0449abf0fac90f5b8a4e2dd85f 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;
|
| + content::BrowserContext* context) const OVERRIDE;
|
| virtual void RegisterUserPrefs(PrefRegistrySyncable* registry) OVERRIDE;
|
| virtual bool ServiceRedirectedInIncognito() const OVERRIDE;
|
| virtual bool ServiceIsNULLWhileTesting() const OVERRIDE;
|
|
|