| Index: chrome/test/android/javatests/src/org/chromium/chrome/test/util/browser/suggestions/ContentSuggestionsTestUtils.java
|
| diff --git a/chrome/test/android/javatests/src/org/chromium/chrome/test/util/browser/suggestions/ContentSuggestionsTestUtils.java b/chrome/test/android/javatests/src/org/chromium/chrome/test/util/browser/suggestions/ContentSuggestionsTestUtils.java
|
| index c4b7dc8a01b5bb27b72ba25cc046831f0d1343f1..ef09c323dd8288c51443dcb1aef03079bcf2be61 100644
|
| --- a/chrome/test/android/javatests/src/org/chromium/chrome/test/util/browser/suggestions/ContentSuggestionsTestUtils.java
|
| +++ b/chrome/test/android/javatests/src/org/chromium/chrome/test/util/browser/suggestions/ContentSuggestionsTestUtils.java
|
| @@ -27,7 +27,7 @@ public final class ContentSuggestionsTestUtils {
|
| for (int index = 0; index < count; index++) {
|
| suggestions.add(new SnippetArticle(category, "https://site.com/url" + prefix + index,
|
| prefix + "title" + index, "pub" + index, "txt" + index,
|
| - "https://site.com/url" + index, 0, 0));
|
| + "https://site.com/url" + index, 0, 0, 0));
|
| }
|
| return suggestions;
|
| }
|
|
|