Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(90)

Unified Diff: ios/chrome/browser/ui/content_suggestions/identifier/content_suggestion_identifier_unittest.mm

Issue 2798963002: Remove unused code (Closed)
Patch Set: Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: ios/chrome/browser/ui/content_suggestions/identifier/content_suggestion_identifier_unittest.mm
diff --git a/ios/chrome/browser/ui/content_suggestions/identifier/content_suggestion_identifier_unittest.mm b/ios/chrome/browser/ui/content_suggestions/identifier/content_suggestion_identifier_unittest.mm
index 5d9c86c045b767a67a9ce5aa7df18ee5cec6b0d4..c6c4148e92c3df7dd091927c0a8def6cecc6c485 100644
--- a/ios/chrome/browser/ui/content_suggestions/identifier/content_suggestion_identifier_unittest.mm
+++ b/ios/chrome/browser/ui/content_suggestions/identifier/content_suggestion_identifier_unittest.mm
@@ -68,7 +68,7 @@ TEST(ContentSuggestionIdentifierTest, IsNotEquals) {
initWithSectionID:ContentSuggestionsSectionArticles];
ContentSuggestionsSectionInformation* sectionInfo2 =
[[ContentSuggestionsSectionInformation alloc]
- initWithSectionID:ContentSuggestionsSectionBookmarks];
+ initWithSectionID:ContentSuggestionsSectionReadingList];
ContentSuggestionIdentifier* suggestionIdentifier1 =
[[ContentSuggestionIdentifier alloc] init];

Powered by Google App Engine
This is Rietveld 408576698