#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"
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 { … }