// 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/download/internal/background_service/client_set.h" #include "base/ranges/algorithm.h" #include "components/download/public/background_service/clients.h" #include "components/download/public/background_service/test/empty_client.h" #include "testing/gtest/include/gtest/gtest.h" namespace download { TEST(DownloadServiceClientSetTest, TestGetClient) { … } TEST(DownloadServiceClientSetTest, TestGetRegisteredClients) { … } } // namespace download