#ifndef CONTENT_BROWSER_ATTRIBUTION_REPORTING_OS_REGISTRATION_H_
#define CONTENT_BROWSER_ATTRIBUTION_REPORTING_OS_REGISTRATION_H_
#include <optional>
#include <vector>
#include "content/browser/attribution_reporting/attribution_input_event.h"
#include "content/browser/attribution_reporting/attribution_reporting.mojom-forward.h"
#include "content/common/content_export.h"
#include "content/public/browser/global_routing_id.h"
#include "url/origin.h"
namespace attribution_reporting {
enum class Registrar;
struct OsRegistrationItem;
}
namespace content {
struct CONTENT_EXPORT OsRegistration { … };
}
#endif