chromium/chrome/test/payments/payment_app_install_util.h

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

#ifndef CHROME_TEST_PAYMENTS_PAYMENT_APP_INSTALL_UTIL_H_
#define CHROME_TEST_PAYMENTS_PAYMENT_APP_INSTALL_UTIL_H_

#include <string>

#include "net/test/embedded_test_server/embedded_test_server.h"

namespace content {
class WebContents;
}  // namespace content

namespace payments {

class PaymentAppInstallUtil {};

}  // namespace payments

#endif  // CHROME_TEST_PAYMENTS_PAYMENT_APP_INSTALL_UTIL_H_