#ifndef COMPONENTS_PAYMENTS_CONTENT_PAYMENT_MANIFEST_WEB_DATA_SERVICE_H_
#define COMPONENTS_PAYMENTS_CONTENT_PAYMENT_MANIFEST_WEB_DATA_SERVICE_H_
#include <stdint.h>
#include <memory>
#include <vector>
#include "base/memory/ref_counted.h"
#include "components/payments/content/web_app_manifest.h"
#include "components/webdata/common/web_data_service_base.h"
#include "components/webdata/common/web_data_service_consumer.h"
#include "components/webdata/common/web_database.h"
class WDTypedResult;
class WebDatabaseService;
namespace base {
class SequencedTaskRunner;
}
namespace payments {
struct SecurePaymentConfirmationCredential;
class PaymentManifestWebDataService : public WebDataServiceBase,
public WebDataServiceConsumer { … };
}
#endif