#ifndef COMPONENTS_POLICY_CORE_BROWSER_CONFIGURATION_POLICY_HANDLER_LIST_H_
#define COMPONENTS_POLICY_CORE_BROWSER_CONFIGURATION_POLICY_HANDLER_LIST_H_
#include <memory>
#include <string>
#include <vector>
#include "base/containers/flat_set.h"
#include "base/functional/callback.h"
#include "components/policy/core/browser/policy_conversions_client.h"
#include "components/policy/core/common/policy_details.h"
#include "components/policy/core/common/policy_map.h"
#include "components/policy/policy_export.h"
class PrefValueMap;
namespace policy {
class ConfigurationPolicyHandler;
struct PolicyDetails;
class PolicyErrorMap;
struct PolicyHandlerParameters;
class Schema;
class POLICY_EXPORT ConfigurationPolicyHandlerList { … };
HandlerListFactory;
}
#endif