| Index: chrome/browser/spellchecker/spellcheck_factory.h
|
| ===================================================================
|
| --- chrome/browser/spellchecker/spellcheck_factory.h (revision 154991)
|
| +++ chrome/browser/spellchecker/spellcheck_factory.h (working copy)
|
| @@ -42,8 +42,8 @@
|
| virtual ProfileKeyedService* BuildServiceInstanceFor(
|
| Profile* profile) const OVERRIDE;
|
| virtual void RegisterUserPrefs(PrefService* user_prefs) OVERRIDE;
|
| - virtual bool ServiceRedirectedInIncognito() OVERRIDE;
|
| - virtual bool ServiceIsNULLWhileTesting() OVERRIDE;
|
| + virtual bool ServiceRedirectedInIncognito() const OVERRIDE;
|
| + virtual bool ServiceIsNULLWhileTesting() const OVERRIDE;
|
|
|
| DISALLOW_COPY_AND_ASSIGN(SpellCheckFactory);
|
| };
|
|
|