// 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. #ifndef CHROME_TEST_USER_EDUCATION_INTERACTIVE_FEATURE_PROMO_TEST_COMMON_H_ #define CHROME_TEST_USER_EDUCATION_INTERACTIVE_FEATURE_PROMO_TEST_COMMON_H_ #include <variant> #include <vector> #include "base/test/scoped_feature_list.h" #include "base/time/time.h" #include "components/feature_engagement/test/mock_tracker.h" #include "testing/gmock/include/gmock/gmock.h" // Base class holding common definitions used across the // InteractiveFeaturePromoTest* classes. class InteractiveFeaturePromoTestCommon { … }; #endif // CHROME_TEST_USER_EDUCATION_INTERACTIVE_FEATURE_PROMO_TEST_COMMON_H_