chromium/chrome/browser/ui/webauthn/account_hover_list_model.h

// 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 CHROME_BROWSER_UI_WEBAUTHN_ACCOUNT_HOVER_LIST_MODEL_H_
#define CHROME_BROWSER_UI_WEBAUTHN_ACCOUNT_HOVER_LIST_MODEL_H_

#include <stddef.h>
#include <string>
#include <vector>

#include "base/containers/span.h"
#include "base/memory/raw_ptr.h"
#include "chrome/browser/ui/webauthn/hover_list_model.h"
#include "device/fido/discoverable_credential_metadata.h"
#include "ui/base/models/image_model.h"

struct AuthenticatorRequestDialogModel;

class AccountHoverListModel : public HoverListModel {};

#endif  // CHROME_BROWSER_UI_WEBAUTHN_ACCOUNT_HOVER_LIST_MODEL_H_