// 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/content/payment_event_response_util.h" #include <cstdint> #include <set> #include <string_view> #include "testing/gtest/include/gtest/gtest.h" #include "third_party/blink/public/mojom/payments/payment_app.mojom.h" namespace payments { namespace { TEST(PaymentEventResponseUtilTest, CanMakePaymentEventResponse) { … } TEST(PaymentEventResponseUtilTest, PaymentRequestEventResponse) { … } } // namespace } // namespace payments