#include "net/disk_cache/backend_cleanup_tracker.h"
#include "base/files/scoped_temp_dir.h"
#include "base/functional/bind.h"
#include "base/functional/callback.h"
#include "base/memory/ref_counted.h"
#include "net/test/test_with_task_environment.h"
#include "testing/gmock/include/gmock/gmock.h"
#include "testing/gtest/include/gtest/gtest.h"
namespace disk_cache {
namespace {
UnorderedElementsAre;
IsEmpty;
class BackendCleanupTrackerTest : public net::TestWithTaskEnvironment { … };
TEST_F(BackendCleanupTrackerTest, DistinctPath) { … }
TEST_F(BackendCleanupTrackerTest, SamePath) { … }
}
}