| Index: components/ntp_snippets/user_classifier.h
|
| diff --git a/components/ntp_snippets/user_classifier.h b/components/ntp_snippets/user_classifier.h
|
| index 4f8c9848d62d30e16e7ab678d7e56e1114389e7b..19f5161a46d019a8347dbafc99265bcdc5ee4c26 100644
|
| --- a/components/ntp_snippets/user_classifier.h
|
| +++ b/components/ntp_snippets/user_classifier.h
|
| @@ -98,7 +98,7 @@ class UserClassifier {
|
| const double max_hours_;
|
|
|
| // Params of the classification.
|
| - const double active_consumer_scrolls_at_least_once_per_hours_;
|
| + const double active_consumer_clicks_at_least_once_per_hours_;
|
| const double rare_user_opens_ntp_at_most_once_per_hours_;
|
|
|
| DISALLOW_COPY_AND_ASSIGN(UserClassifier);
|
|
|