// Copyright 2022 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "chrome/browser/enterprise/connectors/device_trust/common/common_types.h" #include "chrome/browser/enterprise/connectors/device_trust/common/device_trust_constants.h" namespace enterprise_connectors { const std::string AttestationErrorToString(DTAttestationResult result) { … } bool IsSuccessAttestationResult(DTAttestationResult result) { … } const std::string DeviceTrustErrorToString(DeviceTrustError error) { … } } // namespace enterprise_connectors