// 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 COMPONENTS_AUTOFILL_CORE_BROWSER_UI_PAYMENTS_VIRTUAL_CARD_ENROLL_UI_MODEL_H_ #define COMPONENTS_AUTOFILL_CORE_BROWSER_UI_PAYMENTS_VIRTUAL_CARD_ENROLL_UI_MODEL_H_ #include <base/memory/weak_ptr.h> #include <base/observer_list.h> #include <base/observer_list_types.h> #include <string> #include "components/autofill/core/browser/payments/virtual_card_enrollment_manager.h" namespace autofill { class VirtualCardEnrollUiModelTestApi; // Container for Virtual Card Enrollment UI resources. class VirtualCardEnrollUiModel final { … }; } // namespace autofill #endif // COMPONENTS_AUTOFILL_CORE_BROWSER_UI_PAYMENTS_VIRTUAL_CARD_ENROLL_UI_MODEL_H_