#include "chrome/browser/privacy_sandbox/privacy_sandbox_survey_factory.h"
#include "base/no_destructor.h"
#include "chrome/browser/profiles/profile.h"
#include "components/privacy_sandbox/privacy_sandbox_survey_service.h"
PrivacySandboxSurveyFactory* PrivacySandboxSurveyFactory::GetInstance() { … }
privacy_sandbox::PrivacySandboxSurveyService*
PrivacySandboxSurveyFactory::GetForProfile(Profile* profile) { … }
PrivacySandboxSurveyFactory::PrivacySandboxSurveyFactory()
: … { … }
std::unique_ptr<KeyedService>
PrivacySandboxSurveyFactory::BuildServiceInstanceForBrowserContext(
content::BrowserContext* context) const { … }