#ifndef CONTENT_BROWSER_ATTRIBUTION_REPORTING_ATTRIBUTION_OBSERVER_H_
#define CONTENT_BROWSER_ATTRIBUTION_REPORTING_ATTRIBUTION_OBSERVER_H_
#include <stdint.h>
#include <optional>
#include "base/observer_list_types.h"
#include "base/time/time.h"
#include "base/values.h"
#include "content/browser/attribution_reporting/attribution_reporting.mojom-forward.h"
#include "content/browser/attribution_reporting/process_aggregatable_debug_report_result.mojom-forward.h"
#include "content/browser/attribution_reporting/store_source_result.mojom-forward.h"
namespace attribution_reporting {
struct OsRegistrationItem;
}
namespace url {
class Origin;
}
namespace content {
class AggregatableDebugReport;
class AttributionDebugReport;
class AttributionReport;
class CreateReportResult;
class StorableSource;
struct SendAggregatableDebugReportResult;
struct SendResult;
class AttributionObserver : public base::CheckedObserver { … };
}
#endif