// Copyright 2020 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/feed/core/v2/algorithm.h" #include <utility> #include <vector> #include "base/memory/raw_ptr.h" #include "testing/gtest/include/gtest/gtest.h" namespace feed { class ResultAggregator { … }; TEST(DiffSortedRange, LeftEmpty) { … } TEST(DiffSortedRange, RightEmpty) { … } TEST(DiffSortedRange, EndsWithRight) { … } TEST(DiffSortedRange, EndsWithLeft) { … } } // namespace feed