Index: components/ntp_snippets/content_suggestions_service_unittest.cc |
diff --git a/components/ntp_snippets/content_suggestions_service_unittest.cc b/components/ntp_snippets/content_suggestions_service_unittest.cc |
index 0ada92024430a7ee67ee19aecc7f4513f5f3be37..6a8236ab4cd28b62a084eede40063002b10d9d75 100644 |
--- a/components/ntp_snippets/content_suggestions_service_unittest.cc |
+++ b/components/ntp_snippets/content_suggestions_service_unittest.cc |
@@ -433,8 +433,7 @@ TEST_F(ContentSuggestionsServiceTest, ShouldReturnCategoryInfo) { |
const CategoryInfo& actual = result.value(); |
EXPECT_THAT(expected.title(), Eq(actual.title())); |
EXPECT_THAT(expected.card_layout(), Eq(actual.card_layout())); |
- EXPECT_THAT(expected.has_fetch_action(), Eq(actual.has_fetch_action())); |
- EXPECT_THAT(expected.has_view_all_action(), Eq(actual.has_view_all_action())); |
+ EXPECT_THAT(expected.additional_action(), Eq(actual.additional_action())); |
} |
TEST_F(ContentSuggestionsServiceTest, |