| Index: components/feature_engagement_tracker/internal/once_condition_validator.cc
|
| diff --git a/components/feature_engagement_tracker/internal/once_condition_validator.cc b/components/feature_engagement_tracker/internal/once_condition_validator.cc
|
| index 680cdf4bebaf3ae4c96ef38f1627ab046425432f..4451e2cedcc8bc71036fdaeb65a9b6554c575018 100644
|
| --- a/components/feature_engagement_tracker/internal/once_condition_validator.cc
|
| +++ b/components/feature_engagement_tracker/internal/once_condition_validator.cc
|
| @@ -21,7 +21,7 @@ ConditionValidator::Result OnceConditionValidator::MeetsConditions(
|
| const AvailabilityModel& availability_model,
|
| uint32_t current_day) const {
|
| ConditionValidator::Result result(true);
|
| - result.model_ready_ok = model.IsReady();
|
| + result.event_model_ready_ok = model.IsReady();
|
|
|
| result.currently_showing_ok = currently_showing_feature_ == nullptr;
|
|
|
|
|