#ifndef COMPONENTS_FEATURE_ENGAGEMENT_INTERNAL_NEVER_CONDITION_VALIDATOR_H_
#define COMPONENTS_FEATURE_ENGAGEMENT_INTERNAL_NEVER_CONDITION_VALIDATOR_H_
#include <optional>
#include "base/feature_list.h"
#include "components/feature_engagement/internal/condition_validator.h"
#include "components/feature_engagement/public/feature_list.h"
namespace feature_engagement {
class AvailabilityModel;
class DisplayLockController;
class EventModel;
class TimeProvider;
class NeverConditionValidator : public ConditionValidator { … };
}
#endif