| Index: chrome/browser/policy/cloud/user_cloud_policy_manager_factory.h
|
| diff --git a/chrome/browser/policy/cloud/user_cloud_policy_manager_factory.h b/chrome/browser/policy/cloud/user_cloud_policy_manager_factory.h
|
| index abcbb4a401bdc4eeed4a3b38fc7e5482602f39c2..d3aca42cfa49dc6b23a1a17635661c87807b9d82 100644
|
| --- a/chrome/browser/policy/cloud/user_cloud_policy_manager_factory.h
|
| +++ b/chrome/browser/policy/cloud/user_cloud_policy_manager_factory.h
|
| @@ -63,9 +63,10 @@ class UserCloudPolicyManagerFactory : public ProfileKeyedBaseFactory {
|
| bool force_immediate_load);
|
|
|
| // ProfileKeyedBaseFactory:
|
| - virtual void ProfileShutdown(Profile* profile) OVERRIDE;
|
| - virtual void SetEmptyTestingFactory(Profile* profile) OVERRIDE;
|
| - virtual void CreateServiceNow(Profile* profile) OVERRIDE;
|
| + virtual void ProfileShutdown(content::BrowserContext* profile) OVERRIDE;
|
| + virtual void SetEmptyTestingFactory(
|
| + content::BrowserContext* profile) OVERRIDE;
|
| + virtual void CreateServiceNow(content::BrowserContext* profile) OVERRIDE;
|
|
|
| // Invoked by UserCloudPolicyManager to register/unregister instances.
|
| void Register(Profile* profile, UserCloudPolicyManager* instance);
|
|
|