| Index: chrome/browser/policy/profile_policy_connector_factory.h
|
| diff --git a/chrome/browser/policy/profile_policy_connector_factory.h b/chrome/browser/policy/profile_policy_connector_factory.h
|
| index 04ca3e43d2c61d832bc10272b72469487c04eb9e..a44fdeef03e698ff1970ff3ba5274e3f39f9fc52 100644
|
| --- a/chrome/browser/policy/profile_policy_connector_factory.h
|
| +++ b/chrome/browser/policy/profile_policy_connector_factory.h
|
| @@ -73,7 +73,7 @@ class ProfilePolicyConnectorFactory : public BrowserContextKeyedBaseFactory {
|
| content::BrowserContext* context) OVERRIDE;
|
| virtual void BrowserContextDestroyed(
|
| content::BrowserContext* context) OVERRIDE;
|
| - virtual void RegisterUserPrefs(
|
| + virtual void RegisterProfilePrefs(
|
| user_prefs::PrefRegistrySyncable* registry) OVERRIDE;
|
| virtual void SetEmptyTestingFactory(
|
| content::BrowserContext* context) OVERRIDE;
|
|
|