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

// Copyright 2023 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_MANAGE_SAVED_IBAN_BUBBLE_VIEW_H_
#define CHROME_BROWSER_UI_VIEWS_AUTOFILL_PAYMENTS_MANAGE_SAVED_IBAN_BUBBLE_VIEW_H_

#include "base/memory/raw_ptr.h"
#include "chrome/browser/ui/autofill/autofill_bubble_base.h"
#include "chrome/browser/ui/autofill/payments/iban_bubble_controller.h"
#include "chrome/browser/ui/views/autofill/autofill_location_bar_bubble.h"

namespace autofill {

// This class displays the manage saved IBAN bubble that is shown after the user
// submits a form with an IBAN value that has been saved. This bubble is
// accessible by clicking on the omnibox IBAN icon.
class ManageSavedIbanBubbleView : public AutofillLocationBarBubble {};

}  // namespace autofill

#endif  // CHROME_BROWSER_UI_VIEWS_AUTOFILL_PAYMENTS_MANAGE_SAVED_IBAN_BUBBLE_VIEW_H_