chromium/components/autofill/core/common/credit_card_network_identifiers.h

// Copyright 2024 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_COMMON_CREDIT_CARD_NETWORK_IDENTIFIERS_H_
#define COMPONENTS_AUTOFILL_CORE_COMMON_CREDIT_CARD_NETWORK_IDENTIFIERS_H_

namespace autofill {

// The string identifiers for credit card icon resources.
inline constexpr char kAmericanExpressCard[] =;
inline constexpr char kDinersCard[] =;
inline constexpr char kDiscoverCard[] =;
inline constexpr char kEloCard[] =;
inline constexpr char kGenericCard[] =;
inline constexpr char kJCBCard[] =;
inline constexpr char kMasterCard[] =;
inline constexpr char kMirCard[] =;
inline constexpr char kTroyCard[] =;
inline constexpr char kUnionPay[] =;
inline constexpr char kVerveCard[] =;
inline constexpr char kVisaCard[] =;

}  // namespace autofill

#endif  // COMPONENTS_AUTOFILL_CORE_COMMON_CREDIT_CARD_NETWORK_IDENTIFIERS_H_