// 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/reference_set.h" #include <vector> #include "components/zucchini/image_utils.h" #include "components/zucchini/target_pool.h" #include "components/zucchini/test_reference_reader.h" #include "testing/gtest/include/gtest/gtest.h" namespace zucchini { namespace { constexpr offset_t kWidth = …; } // namespace class ReferenceSetTest : public testing::Test { … }; TEST_F(ReferenceSetTest, InitReferencesFromReader) { … } TEST_F(ReferenceSetTest, At) { … } } // namespace zucchini