| Index: components/ntp_snippets/ntp_snippets_database_unittest.cc
|
| diff --git a/components/ntp_snippets/ntp_snippets_database_unittest.cc b/components/ntp_snippets/ntp_snippets_database_unittest.cc
|
| index 1640d43e31344bdc49fb2f206bc13388a5eadcda..341eeb12af42aad89b6353950718e616650b42e1 100644
|
| --- a/components/ntp_snippets/ntp_snippets_database_unittest.cc
|
| +++ b/components/ntp_snippets/ntp_snippets_database_unittest.cc
|
| @@ -37,7 +37,7 @@ bool operator==(const NTPSnippet& lhs, const NTPSnippet& rhs) {
|
| lhs.expiry_date() == rhs.expiry_date() &&
|
| lhs.source_index() == rhs.source_index() &&
|
| lhs.sources() == rhs.sources() && lhs.score() == rhs.score() &&
|
| - lhs.is_discarded() == rhs.is_discarded();
|
| + lhs.is_dismissed() == rhs.is_dismissed();
|
| }
|
|
|
| namespace {
|
|
|