// 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_FAST_CHECKOUT_FAST_CHECKOUT_VIEW_H_ #define CHROME_BROWSER_UI_FAST_CHECKOUT_FAST_CHECKOUT_VIEW_H_ #include "base/containers/span.h" #include "chrome/browser/ui/fast_checkout/fast_checkout_controller.h" namespace autofill { class AutofillProfile; class CreditCard; } // namespace autofill class FastCheckoutView { … }; #endif // CHROME_BROWSER_UI_FAST_CHECKOUT_FAST_CHECKOUT_VIEW_H_