| Index: chrome/android/junit/src/org/chromium/chrome/browser/ntp/cards/SectionListTest.java
|
| diff --git a/chrome/android/junit/src/org/chromium/chrome/browser/ntp/cards/SectionListTest.java b/chrome/android/junit/src/org/chromium/chrome/browser/ntp/cards/SectionListTest.java
|
| index 4d27499603fe6c6cdcd0de431fd25a1e6aa9a5bf..e8d0cad765933dd7834acdcd663da5a61fff99cf 100644
|
| --- a/chrome/android/junit/src/org/chromium/chrome/browser/ntp/cards/SectionListTest.java
|
| +++ b/chrome/android/junit/src/org/chromium/chrome/browser/ntp/cards/SectionListTest.java
|
| @@ -225,11 +225,11 @@ public class SectionListTest {
|
| bindViewHolders(sectionList);
|
|
|
| assertThat(sectionList.getSectionForTesting(KnownCategories.ARTICLES)
|
| - .getActionItem()
|
| + .getActionItemForTesting()
|
| .getPerSectionRank(),
|
| equalTo(0));
|
| assertThat(sectionList.getSectionForTesting(KnownCategories.DOWNLOADS)
|
| - .getActionItem()
|
| + .getActionItemForTesting()
|
| .getPerSectionRank(),
|
| equalTo(3));
|
| }
|
|
|