#ifndef COMPONENTS_ENTERPRISE_CLIENT_CERTIFICATES_CORE_PROFILE_CLOUD_MANAGEMENT_DELEGATE_H_
#define COMPONENTS_ENTERPRISE_CLIENT_CERTIFICATES_CORE_PROFILE_CLOUD_MANAGEMENT_DELEGATE_H_
#include "base/memory/raw_ptr.h"
#include "components/enterprise/client_certificates/core/cloud_management_delegate.h"
#include "components/enterprise/client_certificates/core/dm_server_client.h"
#include "components/enterprise/core/dependency_factory.h"
#include "components/policy/core/common/cloud/dmserver_job_configurations.h"
namespace enterprise {
class ProfileIdService;
}
namespace enterprise_management {
class PolicyData;
}
namespace enterprise_attestation {
class ProfileCloudManagementDelegate : public CloudManagementDelegate { … };
}
#endif