Chromium Code Reviews| Index: chrome/browser/spellchecker/spellcheck_factory.cc |
| =================================================================== |
| --- chrome/browser/spellchecker/spellcheck_factory.cc (revision 154991) |
| +++ chrome/browser/spellchecker/spellcheck_factory.cc (working copy) |
| @@ -78,10 +78,10 @@ |
| PrefService::UNSYNCABLE_PREF); |
| } |
| -bool SpellCheckFactory::ServiceRedirectedInIncognito() { |
| +bool SpellCheckFactory::ServiceRedirectedInIncognito() const { |
| return true; |
| } |
| -bool SpellCheckFactory::ServiceIsNULLWhileTesting() { |
| +bool SpellCheckFactory::ServiceIsNULLWhileTesting() const { |
| return true; |
| } |