// Copyright 2022 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/mock_payment_app_factory_delegate.h" namespace payments { MockPaymentAppFactoryDelegate::MockPaymentAppFactoryDelegate( content::WebContents* web_contents, mojom::PaymentMethodDataPtr method_data) : … { … } MockPaymentAppFactoryDelegate::~MockPaymentAppFactoryDelegate() = default; void MockPaymentAppFactoryDelegate::SetRequestedPaymentMethod( mojom::PaymentMethodDataPtr method_data) { … } } // namespace payments