#ifndef COMPONENTS_PAYMENTS_CONTENT_SECURE_PAYMENT_CONFIRMATION_APP_FACTORY_H_
#define COMPONENTS_PAYMENTS_CONTENT_SECURE_PAYMENT_CONFIRMATION_APP_FACTORY_H_
#include <map>
#include <memory>
#include "base/memory/weak_ptr.h"
#include "components/payments/content/payment_app_factory.h"
#include "components/webdata/common/web_data_service_consumer.h"
namespace payments {
struct SecurePaymentConfirmationCredential;
class SecurePaymentConfirmationAppFactory : public PaymentAppFactory,
public WebDataServiceConsumer { … };
}
#endif