chromium/components/payments/core/payment_request_base_delegate.h

// Copyright 2017 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_CORE_PAYMENT_REQUEST_BASE_DELEGATE_H_
#define COMPONENTS_PAYMENTS_CORE_PAYMENT_REQUEST_BASE_DELEGATE_H_

#include <memory>
#include <string>

class GURL;

namespace autofill {
class AddressNormalizer;
class PersonalDataManager;
class RegionDataLoader;
}  // namespace autofill

class PrefService;

namespace ukm {
class UkmRecorder;
}  // namespace ukm

namespace payments {

class PaymentRequest;

class PaymentRequestBaseDelegate {};

}  // namespace payments

#endif  // COMPONENTS_PAYMENTS_CORE_PAYMENT_REQUEST_BASE_DELEGATE_H_