// 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. #ifndef COMPONENTS_SUPERVISED_USER_CORE_COMMON_FEATURES_TESTUTILS_H_ #define COMPONENTS_SUPERVISED_USER_CORE_COMMON_FEATURES_TESTUTILS_H_ #include <memory> #include <string> #include "base/test/scoped_feature_list.h" #include "base/types/strong_alias.h" #include "testing/gtest/include/gtest/gtest.h" namespace supervised_user::testing { // Defines possible space of valid states of this test use case, and for each // state configures the features. class LocalWebApprovalsTestCase { … }; } // namespace supervised_user::testing #endif // COMPONENTS_SUPERVISED_USER_CORE_COMMON_FEATURES_TESTUTILS_H_