#include "content/public/browser/stored_payment_app.h"
namespace content {
StoredRelatedApplication::StoredRelatedApplication() = default;
StoredRelatedApplication::~StoredRelatedApplication() = default;
StoredCapabilities::StoredCapabilities() = default;
StoredCapabilities::StoredCapabilities(const StoredCapabilities&) = default;
StoredCapabilities::~StoredCapabilities() = default;
StoredPaymentApp::StoredPaymentApp() = default;
StoredPaymentApp::StoredPaymentApp(const StoredPaymentApp& other)
: … { … }
StoredPaymentApp::~StoredPaymentApp() = default;
}