#ifndef COMPONENTS_FEATURE_ENGAGEMENT_INTERNAL_FEATURE_CONFIG_CONDITION_VALIDATOR_H_
#define COMPONENTS_FEATURE_ENGAGEMENT_INTERNAL_FEATURE_CONFIG_CONDITION_VALIDATOR_H_
#include <stdint.h>
#include <map>
#include <optional>
#include <set>
#include "components/feature_engagement/internal/condition_validator.h"
namespace feature_engagement {
class AvailabilityModel;
struct Comparator;
struct EventConfig;
class EventModel;
class TimeProvider;
class FeatureConfigConditionValidator : public ConditionValidator { … };
}
#endif