Index: components/policy/core/common/cloud/cloud_policy_manager.h |
diff --git a/components/policy/core/common/cloud/cloud_policy_manager.h b/components/policy/core/common/cloud/cloud_policy_manager.h |
index 95efe6a34d38a7aa20dd4a86a815d30e5df169a0..f8baebdd0b74a5937528c0993507cbb3063d8d79 100644 |
--- a/components/policy/core/common/cloud/cloud_policy_manager.h |
+++ b/components/policy/core/common/cloud/cloud_policy_manager.h |
@@ -12,7 +12,6 @@ |
#include "base/memory/ref_counted.h" |
#include "base/memory/scoped_ptr.h" |
#include "base/prefs/pref_member.h" |
-#include "components/policy/core/common/cloud/cloud_policy_constants.h" |
#include "components/policy/core/common/cloud/cloud_policy_core.h" |
#include "components/policy/core/common/cloud/cloud_policy_store.h" |
#include "components/policy/core/common/cloud/component_cloud_policy_service.h" |
@@ -50,7 +49,8 @@ class POLICY_EXPORT CloudPolicyManager |
// |io_task_runner| is used for network IO. Currently this must be the IO |
// BrowserThread. |
CloudPolicyManager( |
- const PolicyNamespaceKey& policy_ns_key, |
+ const std::string& policy_type, |
+ const std::string& settings_entity_id, |
CloudPolicyStore* cloud_policy_store, |
const scoped_refptr<base::SequencedTaskRunner>& task_runner, |
const scoped_refptr<base::SequencedTaskRunner>& file_task_runner, |