#include "chrome/browser/tpcd/heuristics/opener_heuristic_service_factory.h"
#include "base/no_destructor.h"
#include "base/types/pass_key.h"
#include "chrome/browser/content_settings/cookie_settings_factory.h"
#include "chrome/browser/dips/chrome_dips_delegate.h"
#include "chrome/browser/dips/dips_service_factory.h"
#include "chrome/browser/dips/dips_utils.h"
#include "chrome/browser/privacy_sandbox/tracking_protection_settings_factory.h"
#include "chrome/browser/tpcd/heuristics/opener_heuristic_service.h"
#include "components/content_settings/core/common/features.h"
#include "components/keyed_service/content/browser_context_dependency_manager.h"
OpenerHeuristicService* OpenerHeuristicServiceFactory::GetForBrowserContext(
content::BrowserContext* context) { … }
OpenerHeuristicServiceFactory* OpenerHeuristicServiceFactory::GetInstance() { … }
OpenerHeuristicServiceFactory::OpenerHeuristicServiceFactory()
: … { … }
OpenerHeuristicServiceFactory::~OpenerHeuristicServiceFactory() = default;
content::BrowserContext* OpenerHeuristicServiceFactory::GetBrowserContextToUse(
content::BrowserContext* context) const { … }
std::unique_ptr<KeyedService>
OpenerHeuristicServiceFactory::BuildServiceInstanceForBrowserContext(
content::BrowserContext* context) const { … }