chromium/chrome/browser/dips/dips_cleanup_service_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/dips/dips_cleanup_service_factory.h"

#include "base/no_destructor.h"
#include "chrome/browser/dips/chrome_dips_delegate.h"
#include "chrome/browser/dips/dips_cleanup_service.h"
#include "components/keyed_service/content/browser_context_dependency_manager.h"
#include "content/public/browser/browser_context.h"
#include "content/public/common/content_features.h"

// static
DIPSCleanupService* DIPSCleanupServiceFactory::GetForBrowserContext(
    content::BrowserContext* context) {}

DIPSCleanupServiceFactory* DIPSCleanupServiceFactory::GetInstance() {}

DIPSCleanupServiceFactory::DIPSCleanupServiceFactory()
    :{}

DIPSCleanupServiceFactory::~DIPSCleanupServiceFactory() = default;

content::BrowserContext* DIPSCleanupServiceFactory::GetBrowserContextToUse(
    content::BrowserContext* context) const {}

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

bool DIPSCleanupServiceFactory::ServiceIsCreatedWithBrowserContext() const {}