#ifndef COMPONENTS_PAYMENTS_CONTENT_MOCK_PAYMENT_MANIFEST_WEB_DATA_SERVICE_H_
#define COMPONENTS_PAYMENTS_CONTENT_MOCK_PAYMENT_MANIFEST_WEB_DATA_SERVICE_H_
#include "base/time/time.h"
#include "components/payments/content/payment_manifest_web_data_service.h"
#include "components/webdata/common/web_database_service.h"
#include "components/webdata_services/web_data_service_wrapper.h"
#include "components/webdata_services/web_data_service_wrapper_factory.h"
#include "testing/gmock/include/gmock/gmock.h"
namespace payments {
class MockPaymentManifestWebDataService : public PaymentManifestWebDataService { … };
class MockWebDataServiceWrapper : public WebDataServiceWrapper { … };
}
#endif