// Copyright 2019 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef DEVICE_FIDO_BIO_ENROLLMENT_H_ #define DEVICE_FIDO_BIO_ENROLLMENT_H_ #include <map> #include <optional> #include "base/component_export.h" #include "components/cbor/values.h" #include "device/fido/fido_constants.h" #include "device/fido/pin.h" device // namespace device #endif // DEVICE_FIDO_BIO_ENROLLMENT_H_