| // Copyright 2021 The Chromium Authors. All rights reserved. |
| // Use of this source code is governed by a BSD-style license that can be |
| // found in the LICENSE file. |
| |
| #ifndef COMPONENTS_PAYMENTS_CORE_SIZES_H_ |
| #define COMPONENTS_PAYMENTS_CORE_SIZES_H_ |
| |
| namespace payments { |
| |
| // The default width of the instrument icon for SPC. |
| constexpr int kSecurePaymentConfirmationInstrumentIconWidthPx = 32; |
| |
| // The default height of the instrument icon for SPC. |
| constexpr int kSecurePaymentConfirmationInstrumentIconHeightPx = 20; |
| |
| } // namespace payments |
| |
| #endif // COMPONENTS_PAYMENTS_CORE_PAYMENT_SIZES_H_ |