summaryrefslogtreecommitdiffstats
path: root/chrome/browser/spellchecker/spellcheck_service_unittest.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/spellchecker/spellcheck_service_unittest.cc')
-rw-r--r--chrome/browser/spellchecker/spellcheck_service_unittest.cc3
1 files changed, 1 insertions, 2 deletions
diff --git a/chrome/browser/spellchecker/spellcheck_service_unittest.cc b/chrome/browser/spellchecker/spellcheck_service_unittest.cc
index c481af2..f6cd718 100644
--- a/chrome/browser/spellchecker/spellcheck_service_unittest.cc
+++ b/chrome/browser/spellchecker/spellcheck_service_unittest.cc
@@ -17,8 +17,7 @@
using chrome::spellcheck_common::WordList;
-static BrowserContextKeyedService* BuildSpellcheckService(
- content::BrowserContext* profile) {
+static KeyedService* BuildSpellcheckService(content::BrowserContext* profile) {
return new SpellcheckService(static_cast<Profile*>(profile));
}