chromium/net/disk_cache/backend_cleanup_tracker_unittest.cc

// Copyright 2017 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#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) {}

}  // namespace
}  // namespace disk_cache