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..b59c2ee7890d744d3058bd4c17b56fa22af91c13 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,7 @@ 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, |
CloudPolicyStore* cloud_policy_store, |
const scoped_refptr<base::SequencedTaskRunner>& task_runner, |
const scoped_refptr<base::SequencedTaskRunner>& file_task_runner, |