#ifndef COMPONENTS_POLICY_CORE_COMMON_CLOUD_CLOUD_POLICY_STORE_H_
#define COMPONENTS_POLICY_CORE_COMMON_CLOUD_CLOUD_POLICY_STORE_H_
#include <stdint.h>
#include <memory>
#include <string>
#include "base/check_op.h"
#include "base/memory/weak_ptr.h"
#include "base/observer_list.h"
#include "base/sequence_checker.h"
#include "components/policy/core/common/cloud/cloud_policy_validator.h"
#include "components/policy/core/common/policy_map.h"
#include "components/policy/policy_export.h"
namespace enterprise_management {
class PolicyData;
class PolicyFetchResponse;
}
namespace policy {
class CloudExternalDataManager;
class POLICY_EXPORT CloudPolicyStore { … };
}
#endif