// Copyright 2024 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/local_discovery/service_discovery_device_lister.h" #include "chrome/browser/local_discovery/service_discovery_client_test_helpers.h" #include "testing/gmock/include/gmock/gmock.h" #include "testing/gtest/include/gtest/gtest.h" _; namespace local_discovery { namespace { const char service_type[] = …; } class ServiceDiscoveryDeviceListerTest : public ::testing::Test { … }; TEST_F(ServiceDiscoveryDeviceListerTest, OnServicesUpdated) { … } } // namespace local_discovery