#ifndef COMPONENTS_PAYMENTS_CONTENT_MOCK_CONTENT_PAYMENT_REQUEST_DELEGATE_H_
#define COMPONENTS_PAYMENTS_CONTENT_MOCK_CONTENT_PAYMENT_REQUEST_DELEGATE_H_
#include "base/unguessable_token.h"
#include "components/payments/content/content_payment_request_delegate.h"
#include "components/payments/content/payment_manifest_web_data_service.h"
#include "components/payments/content/payment_request.h"
#include "components/payments/content/payment_ui_observer.h"
#include "components/webauthn/core/browser/internal_authenticator.h"
#include "testing/gmock/include/gmock/gmock.h"
namespace payments {
class MockContentPaymentRequestDelegate : public ContentPaymentRequestDelegate { … };
}
#endif