#ifndef COMPONENTS_USER_EDUCATION_COMMON_FEATURE_PROMO_SESSION_POLICY_H_
#define COMPONENTS_USER_EDUCATION_COMMON_FEATURE_PROMO_SESSION_POLICY_H_
#include <optional>
#include "base/memory/raw_ptr.h"
#include "base/time/time.h"
#include "components/user_education/common/feature_promo_data.h"
#include "components/user_education/common/feature_promo_result.h"
namespace user_education {
class FeaturePromoSessionManager;
class FeaturePromoSpecification;
class FeaturePromoStorageService;
namespace test {
class FeaturePromoSessionTestUtil;
}
class FeaturePromoSessionPolicy { … };
class FeaturePromoSessionPolicyV2 : public FeaturePromoSessionPolicy { … };
}
#endif