#ifndef CONTENT_PUBLIC_BROWSER_STORED_PAYMENT_APP_H_
#define CONTENT_PUBLIC_BROWSER_STORED_PAYMENT_APP_H_
#include <stdint.h>
#include <string>
#include <vector>
#include "content/common/content_export.h"
#include "content/public/browser/supported_delegations.h"
#include "third_party/skia/include/core/SkBitmap.h"
#include "url/gurl.h"
namespace content {
struct CONTENT_EXPORT StoredRelatedApplication { … };
struct CONTENT_EXPORT StoredCapabilities { … };
struct CONTENT_EXPORT StoredPaymentApp { … };
}
#endif