// 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 "chrome/browser/media/router/discovery/discovery_network_list.h" #include <iterator> #include <set> #include "base/ranges/algorithm.h" #include "testing/gtest/include/gtest/gtest.h" namespace media_router { TEST(DiscoveryNetworkListTest, GetDiscoveryNetworkInfoList) { … } TEST(DiscoveryNetworkListTest, StableSortDiscoveryNetworkInfoUnique) { … } TEST(DiscoveryNetworkListTest, StableSortDiscoveryNetworkInfoDuplicates) { … } } // namespace media_router