chromium/chrome/browser/privacy_sandbox/privacy_sandbox_survey_factory.cc

// Copyright 2024 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#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 {}