// 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 COMPONENTS_USER_EDUCATION_COMMON_NEW_BADGE_POLICY_H_ #define COMPONENTS_USER_EDUCATION_COMMON_NEW_BADGE_POLICY_H_ #include "base/feature_list.h" #include "base/time/time.h" namespace user_education { class FeaturePromoStorageService; struct NewBadgeData; // Describes when a "New" Badge can be shown for a given feature. class NewBadgePolicy { … }; } // namespace user_education #endif // COMPONENTS_USER_EDUCATION_COMMON_NEW_BADGE_POLICY_H_