#include "chrome/browser/dips/dips_cleanup_service.h"
#include "chrome/browser/dips/dips_cleanup_service_factory.h"
#include "chrome/browser/dips/dips_storage.h"
#include "content/public/common/content_features.h"
DIPSCleanupService::DIPSCleanupService(content::BrowserContext* context) { … }
DIPSCleanupService::~DIPSCleanupService() = default;
DIPSCleanupService* DIPSCleanupService::Get(content::BrowserContext* context) { … }
void DIPSCleanupService::WaitOnCleanupForTesting() { … }
void DIPSCleanupService::OnCleanupFinished() { … }