// Copyright 2021 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_FILTER_H_ #define DEVICE_FIDO_FILTER_H_ #include <optional> #include <string> #include <string_view> #include <utility> #include "base/component_export.h" #include "base/containers/span.h" namespace device { fido_filter // namespace fido_filter } // namespace device #endif // DEVICE_FIDO_FILTER_H_