chromium/components/autofill/core/browser/ui/fast_checkout_client.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 COMPONENTS_AUTOFILL_CORE_BROWSER_UI_FAST_CHECKOUT_CLIENT_H_
#define COMPONENTS_AUTOFILL_CORE_BROWSER_UI_FAST_CHECKOUT_CLIENT_H_

#include "base/memory/weak_ptr.h"
#include "components/autofill/core/browser/ui/fast_checkout_enums.h"

class GURL;

namespace autofill {

class AutofillManager;
class FormData;
class FormFieldData;

// Abstract interface for handling a fast checkout run.
class FastCheckoutClient {};

}  // namespace autofill

#endif  // COMPONENTS_AUTOFILL_CORE_BROWSER_UI_FAST_CHECKOUT_CLIENT_H_