| 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..d1a6c24ca94aa1a71dd9e90b023f6aee8d8159c8 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,9 @@ 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);
|
|
|