Index: components/browser_context_keyed_service/browser_context_keyed_base_factory.h |
diff --git a/components/browser_context_keyed_service/browser_context_keyed_base_factory.h b/components/browser_context_keyed_service/browser_context_keyed_base_factory.h |
index 861cd0a3c0c75d71966b810dfe16618f2426e0b5..1c937d3edebd9aa5c998a3aae807618ebc64d6ea 100644 |
--- a/components/browser_context_keyed_service/browser_context_keyed_base_factory.h |
+++ b/components/browser_context_keyed_service/browser_context_keyed_base_factory.h |
@@ -64,7 +64,8 @@ BrowserContextKeyedBaseFactory |
// Register any user preferences on this service. This is called during |
// CreateBrowserContextService() since preferences are registered on a per |
// BrowserContext basis. |
- virtual void RegisterUserPrefs(user_prefs::PrefRegistrySyncable* registry) {} |
+ virtual void RegisterProfilePrefs( |
+ user_prefs::PrefRegistrySyncable* registry) {} |
// By default, we create instances of a service lazily and wait until |
// GetForBrowserContext() is called on our subclass. Some services need to be |