chromium/chrome/browser/ui/safety_hub/safety_hub_hats_service_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/ui/safety_hub/safety_hub_hats_service_factory.h"

#include "base/no_destructor.h"
#include "chrome/browser/profiles/profile.h"
#include "chrome/browser/ui/hats/trust_safety_sentiment_service.h"
#include "chrome/browser/ui/hats/trust_safety_sentiment_service_factory.h"
#include "chrome/browser/ui/safety_hub/menu_notification_service_factory.h"
#include "chrome/browser/ui/safety_hub/safety_hub_hats_service.h"

// static
SafetyHubHatsServiceFactory* SafetyHubHatsServiceFactory::GetInstance() {}

// static
SafetyHubHatsService* SafetyHubHatsServiceFactory::GetForProfile(
    Profile* profile) {}

SafetyHubHatsServiceFactory::SafetyHubHatsServiceFactory()
    :{}

SafetyHubHatsServiceFactory::~SafetyHubHatsServiceFactory() = default;

std::unique_ptr<KeyedService>
SafetyHubHatsServiceFactory::BuildServiceInstanceForBrowserContext(
    content::BrowserContext* context) const {}