chromium/components/autofill/core/browser/ui/payments/payments_bubble_closed_reasons.h

// Copyright 2020 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_PAYMENTS_BUBBLE_CLOSED_REASONS_H_
#define COMPONENTS_AUTOFILL_CORE_BROWSER_UI_PAYMENTS_PAYMENTS_BUBBLE_CLOSED_REASONS_H_

namespace autofill {

// The reason why payments bubbles are closed.
// A java IntDef@ is generated from this.
// GENERATED_JAVA_ENUM_PACKAGE: org.chromium.components.autofill
enum class PaymentsBubbleClosedReason {};

}  // namespace autofill

#endif  // COMPONENTS_AUTOFILL_CORE_BROWSER_UI_PAYMENTS_PAYMENTS_BUBBLE_CLOSED_REASONS_H_