| Index: chrome/browser/spellchecker/spellcheck_factory.h
|
| diff --git a/chrome/browser/spellchecker/spellcheck_factory.h b/chrome/browser/spellchecker/spellcheck_factory.h
|
| index 083b19bce8990e45e40aaa10ab80d3b0a9901ded..51cea6e7c3af6ce4ca5e43a15f714c1b55f12d92 100644
|
| --- a/chrome/browser/spellchecker/spellcheck_factory.h
|
| +++ b/chrome/browser/spellchecker/spellcheck_factory.h
|
| @@ -38,7 +38,8 @@ class SpellcheckServiceFactory : public ProfileKeyedServiceFactory {
|
| virtual ProfileKeyedService* BuildServiceInstanceFor(
|
| content::BrowserContext* context) const OVERRIDE;
|
| virtual void RegisterUserPrefs(PrefRegistrySyncable* registry) OVERRIDE;
|
| - virtual bool ServiceRedirectedInIncognito() const OVERRIDE;
|
| + virtual content::BrowserContext* GetBrowserContextToUse(
|
| + content::BrowserContext* context) const OVERRIDE;
|
| virtual bool ServiceIsNULLWhileTesting() const OVERRIDE;
|
|
|
| DISALLOW_COPY_AND_ASSIGN(SpellcheckServiceFactory);
|
|
|