// 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_FAST_CHECKOUT_FAST_CHECKOUT_TRIGGER_VALIDATOR_H_ #define CHROME_BROWSER_FAST_CHECKOUT_FAST_CHECKOUT_TRIGGER_VALIDATOR_H_ #include "components/autofill/core/browser/browser_autofill_manager.h" #include "components/autofill/core/browser/ui/fast_checkout_enums.h" constexpr char kUmaKeyFastCheckoutTriggerOutcome[] = …; // Checks whether a Fast Checkout run should be permitted or not. class FastCheckoutTriggerValidator { … }; #endif // CHROME_BROWSER_FAST_CHECKOUT_FAST_CHECKOUT_TRIGGER_VALIDATOR_H_