#include "third_party/blink/renderer/modules/payments/payment_handler_utils.h"
#include "third_party/blink/public/mojom/service_worker/service_worker_error_type.mojom-blink.h"
#include "third_party/blink/renderer/core/execution_context/execution_context.h"
#include "third_party/blink/renderer/core/inspector/console_message.h"
#include "third_party/blink/renderer/platform/heap/garbage_collected.h"
ServiceWorkerResponseError;
namespace blink {
void PaymentHandlerUtils::ReportResponseError(
ExecutionContext* execution_context,
const String& event_name_prefix,
ServiceWorkerResponseError error) { … }
}