// Copyright 2021 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "components/payments/core/secure_payment_confirmation_credential.h" #include "base/test/metrics/histogram_tester.h" #include "testing/gtest/include/gtest/gtest.h" namespace payments { // Regression test for https://crbug.com/1122764#c10 - ensure we are recording // the correct credential ID size. TEST(SecurePaymentConfirmationCredentialTest, CredentialIdSizeHistogram) { … } } // namespace payments