Index: chrome/browser/spellchecker/spellcheck_factory.h |
diff --git a/chrome/browser/spellchecker/spellcheck_factory.h b/chrome/browser/spellchecker/spellcheck_factory.h |
index 59aff27689a7298b771347b7b131a38571bdf66a..db2eca8aeed1396eb3786c47110dfb58d059dd65 100644 |
--- a/chrome/browser/spellchecker/spellcheck_factory.h |
+++ b/chrome/browser/spellchecker/spellcheck_factory.h |
@@ -37,7 +37,7 @@ class SpellcheckServiceFactory : public BrowserContextKeyedServiceFactory { |
// BrowserContextKeyedServiceFactory: |
virtual BrowserContextKeyedService* BuildServiceInstanceFor( |
content::BrowserContext* context) const OVERRIDE; |
- virtual void RegisterUserPrefs( |
+ virtual void RegisterProfilePrefs( |
user_prefs::PrefRegistrySyncable* registry) OVERRIDE; |
virtual content::BrowserContext* GetBrowserContextToUse( |
content::BrowserContext* context) const OVERRIDE; |