blob: 6c23cd1604a4250422a9c433f7b53d9ba3caf27a [file] [log] [blame]
// Copyright 2017 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#ifndef IOS_CHROME_BROWSER_PAYMENTS_PAYMENT_REQUEST_TEST_UTIL_H_
#define IOS_CHROME_BROWSER_PAYMENTS_PAYMENT_REQUEST_TEST_UTIL_H_
namespace web {
class PaymentRequest;
} // namespace web
namespace payment_request_test_util {
// Returns an instance of web::PaymentRequest for testing purposes.
web::PaymentRequest CreateTestWebPaymentRequest();
} // namespace payment_request_test_util
#endif // IOS_CHROME_BROWSER_PAYMENTS_PAYMENT_REQUEST_TEST_UTIL_H_