// Copyright 2023 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/segmentation_platform/embedder/default_model/database_api_clients.h" #include "base/metrics/metrics_hashes.h" #include "components/segmentation_platform/embedder/default_model/default_model_test_base.h" #include "testing/gtest/include/gtest/gtest.h" namespace segmentation_platform { class DatabaseApiClientsTest : public DefaultModelTestBase { … }; TEST_F(DatabaseApiClientsTest, VerifySignalsTracked) { … } } // namespace segmentation_platform