#ifndef COMPONENTS_POLICY_CORE_COMMON_MANAGEMENT_MANAGEMENT_SERVICE_H_
#define COMPONENTS_POLICY_CORE_COMMON_MANAGEMENT_MANAGEMENT_SERVICE_H_
#include <memory>
#include <optional>
#include <string>
#include <vector>
#include "base/containers/flat_map.h"
#include "base/functional/callback.h"
#include "base/sequence_checker.h"
#include "components/policy/policy_export.h"
#include "components/prefs/persistent_pref_store.h"
#include "third_party/abseil-cpp/absl/types/variant.h"
class PrefService;
class PrefRegistrySimple;
namespace policy {
class ManagementService;
enum class ManagementAuthorityTrustworthiness { … };
enum EnterpriseManagementAuthority : int { … };
CacheRefreshCallback;
class POLICY_EXPORT ManagementStatusProvider { … };
class POLICY_EXPORT ManagementService { … };
}
#endif