// Copyright 2024 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef COMPONENTS_ENTERPRISE_CLIENT_CERTIFICATES_CORE_CLOUD_MANAGEMENT_DELEGATE_H_ #define COMPONENTS_ENTERPRISE_CLIENT_CERTIFICATES_CORE_CLOUD_MANAGEMENT_DELEGATE_H_ #include <optional> #include <string> #include "components/policy/core/common/cloud/dmserver_job_configurations.h" namespace enterprise_attestation { // Delegate abstracting cloud management dependencies for the current context // (e.g. user or browser). class CloudManagementDelegate { … }; } // namespace enterprise_attestation #endif // COMPONENTS_ENTERPRISE_CLIENT_CERTIFICATES_CORE_CLOUD_MANAGEMENT_DELEGATE_H_