// 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 "components/zucchini/mapped_file.h" #include <utility> #include "base/files/file.h" #include "base/files/file_path.h" #include "base/files/file_util.h" #include "base/files/scoped_temp_dir.h" #include "testing/gtest/include/gtest/gtest.h" namespace zucchini { class MappedFileWriterTest : public testing::Test { … }; TEST_F(MappedFileWriterTest, Keep) { … } TEST_F(MappedFileWriterTest, DeleteOnClose) { … } } // namespace zucchini