chromium/chrome/browser/ui/hats/trust_safety_sentiment_service_factory.cc

// Copyright 2021 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/hats/trust_safety_sentiment_service_factory.h"

#include "chrome/browser/content_settings/host_content_settings_map_factory.h"
#include "chrome/browser/ui/hats/hats_service.h"
#include "chrome/browser/ui/hats/hats_service_factory.h"
#include "chrome/common/chrome_features.h"
#include "content/public/browser/browser_context.h"

TrustSafetySentimentServiceFactory::TrustSafetySentimentServiceFactory()
    :{}

TrustSafetySentimentServiceFactory*
TrustSafetySentimentServiceFactory::GetInstance() {}

TrustSafetySentimentService* TrustSafetySentimentServiceFactory::GetForProfile(
    Profile* profile) {}

KeyedService* TrustSafetySentimentServiceFactory::BuildServiceInstanceFor(
    content::BrowserContext* context) const {}