chromium/chrome/browser/privacy_sandbox/tracking_protection_onboarding_factory.cc

// Copyright 2023 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/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 {}