chromium/components/payments/content/secure_payment_confirmation_no_creds.h

// 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.

#ifndef COMPONENTS_PAYMENTS_CONTENT_SECURE_PAYMENT_CONFIRMATION_NO_CREDS_H_
#define COMPONENTS_PAYMENTS_CONTENT_SECURE_PAYMENT_CONFIRMATION_NO_CREDS_H_

#include "base/functional/callback.h"
#include "base/memory/weak_ptr.h"
#include "components/payments/content/secure_payment_confirmation_no_creds_model.h"

namespace content {
class WebContents;
}  // namespace content

namespace payments {

class SecurePaymentConfirmationNoCredsView;

// The desktop-specific part of the controller for the
// secure payment confirmation no matching creds UI.
class SecurePaymentConfirmationNoCreds {};

}  // namespace payments

#endif  // COMPONENTS_PAYMENTS_CONTENT_SECURE_PAYMENT_CONFIRMATION_NO_CREDS_H_