| Index: chrome/android/junit/src/org/chromium/chrome/browser/ntp/cards/ContentSuggestionsTestUtils.java
|
| diff --git a/chrome/android/junit/src/org/chromium/chrome/browser/ntp/cards/ContentSuggestionsTestUtils.java b/chrome/android/junit/src/org/chromium/chrome/browser/ntp/cards/ContentSuggestionsTestUtils.java
|
| index 0979f149dc9b4e271c936e8a152a657208637407..7777ea9dd1be9ec43954363873a8d0084d63e2bd 100644
|
| --- a/chrome/android/junit/src/org/chromium/chrome/browser/ntp/cards/ContentSuggestionsTestUtils.java
|
| +++ b/chrome/android/junit/src/org/chromium/chrome/browser/ntp/cards/ContentSuggestionsTestUtils.java
|
| @@ -24,7 +24,7 @@ private ContentSuggestionsTestUtils() {}
|
| for (int index = 0; index < count; index++) {
|
| suggestions.add(new SnippetArticle(KnownCategories.BOOKMARKS,
|
| "https://site.com/url" + index, "title" + index, "pub" + index, "txt" + index,
|
| - "https://site.com/url" + index, 0, 0, 0));
|
| + "https://site.com/url" + index, 0, 0));
|
| }
|
| return suggestions;
|
| }
|
|
|