chromium/chrome/browser/ui/views/webauthn/authenticator_gpm_account_info_view.cc

// Copyright 2024 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/ui/views/webauthn/authenticator_gpm_account_info_view.h"

#include <memory>
#include <utility>

#include "chrome/browser/profiles/profile_avatar_icon_util.h"
#include "chrome/browser/ui/views/webauthn/authenticator_request_sheet_view.h"
#include "chrome/browser/ui/webauthn/sheet_models.h"
#include "ui/base/metadata/metadata_impl_macros.h"
#include "ui/views/controls/image_view.h"
#include "ui/views/controls/label.h"
#include "ui/views/layout/box_layout.h"
#include "ui/views/layout/box_layout_view.h"

namespace {
constexpr int kBetweenChildSpacing =;
constexpr int kHorizontalInset =;
constexpr int kVerticalInset =;
}  // namespace

BEGIN_METADATA()

AuthenticatorGpmAccountInfoView::AuthenticatorGpmAccountInfoView(
    AuthenticatorGpmPinSheetModelBase* sheet_model) {}

AuthenticatorGpmAccountInfoView::~AuthenticatorGpmAccountInfoView() = default;