diff options
Diffstat (limited to 'chrome/browser/spellchecker/spellcheck_service_unittest.cc')
-rw-r--r-- | chrome/browser/spellchecker/spellcheck_service_unittest.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/spellchecker/spellcheck_service_unittest.cc b/chrome/browser/spellchecker/spellcheck_service_unittest.cc index b03bbb6..9be0fe5 100644 --- a/chrome/browser/spellchecker/spellcheck_service_unittest.cc +++ b/chrome/browser/spellchecker/spellcheck_service_unittest.cc @@ -18,7 +18,7 @@ using content::BrowserThread; using chrome::spellcheck_common::WordList; -static ProfileKeyedService* BuildSpellcheckService( +static BrowserContextKeyedService* BuildSpellcheckService( content::BrowserContext* profile) { return new SpellcheckService(static_cast<Profile*>(profile)); } |