#ifndef CHROME_BROWSER_PRIVACY_SANDBOX_PRIVACY_SANDBOX_SETTINGS_DELEGATE_H_
#define CHROME_BROWSER_PRIVACY_SANDBOX_PRIVACY_SANDBOX_SETTINGS_DELEGATE_H_
#include <memory>
#include <optional>
#include "base/memory/raw_ptr.h"
#include "build/build_config.h"
#include "build/buildflag.h"
#include "components/privacy_sandbox/privacy_sandbox_settings.h"
#include "components/privacy_sandbox/tpcd_experiment_eligibility.h"
class Profile;
#if BUILDFLAG(IS_ANDROID)
class WebappRegistry;
#endif
namespace tpcd::experiment {
class ExperimentManager;
}
class PrivacySandboxSettingsDelegate
: public privacy_sandbox::PrivacySandboxSettings::Delegate { … };
#endif