#include "chrome/browser/privacy_sandbox/tracking_protection_onboarding_factory.h"
#include <memory>
#include "base/no_destructor.h"
#include "chrome/browser/profiles/profile.h"
#include "chrome/browser/profiles/profile_selections.h"
TrackingProtectionOnboardingFactory*
TrackingProtectionOnboardingFactory::GetInstance() { … }
privacy_sandbox::TrackingProtectionOnboarding*
TrackingProtectionOnboardingFactory::GetForProfile(Profile* profile) { … }
TrackingProtectionOnboardingFactory::TrackingProtectionOnboardingFactory()
: … { … }
std::unique_ptr<KeyedService>
TrackingProtectionOnboardingFactory::BuildServiceInstanceForBrowserContext(
content::BrowserContext* context) const { … }