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

#include "base/files/file_util.h"
#include "base/memory/raw_ptr.h"
#include "base/test/test_file_util.h"
#include "chrome/browser/dips/dips_service.h"
#include "chrome/browser/dips/dips_test_utils.h"
#include "chrome/browser/dips/dips_utils.h"
#include "chrome/test/base/testing_profile.h"
#include "content/public/test/browser_task_environment.h"
#include "testing/gmock/include/gmock/gmock.h"
#include "testing/gtest/include/gtest/gtest.h"

class DIPSCleanupServiceTest : public testing::Test {};

TEST_F(DIPSCleanupServiceTest, DontCreateServiceIfFeatureEnabled) {}

TEST_F(DIPSCleanupServiceTest, CreateServiceIfFeatureDisabled) {}

TEST_F(DIPSCleanupServiceTest, DeleteDbFilesIfFeatureDisabled) {}