#ifndef CONTENT_BROWSER_ATTRIBUTION_REPORTING_ATTRIBUTION_RESOLVER_DELEGATE_IMPL_H_
#define CONTENT_BROWSER_ATTRIBUTION_REPORTING_ATTRIBUTION_RESOLVER_DELEGATE_IMPL_H_
#include <stdint.h>
#include <memory>
#include <vector>
#include "base/thread_annotations.h"
#include "components/attribution_reporting/source_type.mojom-forward.h"
#include "content/browser/attribution_reporting/attribution_resolver_delegate.h"
#include "content/common/content_export.h"
namespace attribution_reporting {
class AttributionScopesData;
}
namespace base {
class Time;
class TimeDelta;
}
namespace content {
struct AttributionConfig;
enum class AttributionNoiseMode { … };
enum class AttributionDelayMode { … };
class CONTENT_EXPORT AttributionResolverDelegateImpl
: public AttributionResolverDelegate { … };
}
#endif