#ifndef COMPONENTS_ENTERPRISE_CLIENT_CERTIFICATES_CORE_CERTIFICATE_PROVISIONING_SERVICE_H_
#define COMPONENTS_ENTERPRISE_CLIENT_CERTIFICATES_CORE_CERTIFICATE_PROVISIONING_SERVICE_H_
#include <memory>
#include <optional>
#include "base/functional/callback_forward.h"
#include "components/enterprise/client_certificates/core/client_identity.h"
#include "components/enterprise/client_certificates/core/upload_client_error.h"
#include "components/keyed_service/core/keyed_service.h"
class PrefService;
namespace client_certificates {
class ContextDelegate;
class CertificateStore;
class KeyUploadClient;
class CertificateProvisioningService : public KeyedService { … };
}
#endif