// 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 "components/optimization_guide/core/feature_registry/settings_ui_registry.h" #include "components/optimization_guide/core/model_execution/feature_keys.h" #include "testing/gtest/include/gtest/gtest.h" namespace optimization_guide { class SettingsUiRegistryTest : public testing::Test { … }; TEST_F(SettingsUiRegistryTest, Register) { … } } // namespace optimization_guide