// 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/user_education/common/feature_promo_specification.h" #include "base/feature_list.h" #include "components/strings/grit/components_strings.h" #include "testing/gtest/include/gtest/gtest.h" #include "ui/base/interaction/element_identifier.h" namespace user_education { namespace { BASE_FEATURE(…); DEFINE_LOCAL_ELEMENT_IDENTIFIER_VALUE(…); } // namespace TEST(FeaturePromoSpecificationTest, RotatingPromoOverrideFocusOnShow) { … } } // namespace user_education