// 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 COMPONENTS_AUTOFILL_CORE_BROWSER_UI_PAYMENTS_BUBBLE_SHOW_OPTIONS_H_ #define COMPONENTS_AUTOFILL_CORE_BROWSER_UI_PAYMENTS_BUBBLE_SHOW_OPTIONS_H_ #include <string> #include "components/autofill/core/browser/data_model/credit_card.h" #include "ui/gfx/image/image.h" namespace autofill { // Contains the necessary information to pop up the virtual card manual fallback // bubble. struct VirtualCardManualFallbackBubbleOptions { … }; } // namespace autofill #endif // COMPONENTS_AUTOFILL_CORE_BROWSER_UI_PAYMENTS_BUBBLE_SHOW_OPTIONS_H_