chromium/chrome/browser/ui/views/autofill/payments/virtual_card_enroll_bubble_views.h

// 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.

#ifndef CHROME_BROWSER_UI_VIEWS_AUTOFILL_PAYMENTS_VIRTUAL_CARD_ENROLL_BUBBLE_VIEWS_H_
#define CHROME_BROWSER_UI_VIEWS_AUTOFILL_PAYMENTS_VIRTUAL_CARD_ENROLL_BUBBLE_VIEWS_H_

#include <memory>

#include "base/memory/raw_ptr.h"
#include "chrome/browser/ui/autofill/autofill_bubble_base.h"
#include "chrome/browser/ui/views/autofill/autofill_location_bar_bubble.h"
#include "chrome/browser/ui/views/autofill/payments/payments_view_util.h"
#include "components/autofill/core/browser/ui/payments/payments_bubble_closed_reasons.h"
#include "ui/views/controls/image_view.h"

namespace content {
class WebContents;
}

namespace autofill {

class VirtualCardEnrollBubbleController;

// This class handles the view for when users use a card that is also elligible
// to be enrolled in a virtual card.
class VirtualCardEnrollBubbleViews : public AutofillLocationBarBubble {};

}  // namespace autofill

#endif  // CHROME_BROWSER_UI_VIEWS_AUTOFILL_PAYMENTS_VIRTUAL_CARD_ENROLL_BUBBLE_VIEWS_H_