| 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 00e38c4a75a015f45be66ff450bac72964d69c37..6d1c65981fa57cc892eac05ced9618a70240ade5 100644
|
| --- a/chrome/browser/policy/profile_policy_connector_factory.h
|
| +++ b/chrome/browser/policy/profile_policy_connector_factory.h
|
| @@ -71,7 +71,8 @@ class ProfilePolicyConnectorFactory : public ProfileKeyedBaseFactory {
|
| // ProfileKeyedBaseFactory:
|
| virtual void ProfileShutdown(content::BrowserContext* context) OVERRIDE;
|
| virtual void ProfileDestroyed(content::BrowserContext* context) OVERRIDE;
|
| - virtual void RegisterUserPrefs(PrefRegistrySyncable* registry) OVERRIDE;
|
| + virtual void RegisterUserPrefs(
|
| + user_prefs::PrefRegistrySyncable* registry) OVERRIDE;
|
| virtual void SetEmptyTestingFactory(
|
| content::BrowserContext* context) OVERRIDE;
|
| virtual void CreateServiceNow(content::BrowserContext* context) OVERRIDE;
|
|
|