#include "base/test/test_file_util.h"
#include <vector>
#include "base/files/file_path.h"
#include "base/files/file_util.h"
#include "base/test/test_timeouts.h"
#include "base/threading/platform_thread.h"
#include "base/threading/thread_restrictions.h"
#include "testing/gtest/include/gtest/gtest.h"
namespace base {
namespace {
constexpr FilePath::CharType kDirPrefix[] = …);
class PathDeleterOnTestEnd : public testing::EmptyTestEventListener { … };
PathDeleterOnTestEnd* PathDeleterOnTestEnd::instance_ = …;
}
bool EvictFileFromSystemCacheWithRetry(const FilePath& path) { … }
FilePath GetTempDirForTesting() { … }
FilePath CreateUniqueTempDirectoryScopedToTest() { … }
}