Index: chrome/android/junit/src/org/chromium/chrome/browser/ntp/cards/SuggestionsSectionTest.java |
diff --git a/chrome/android/junit/src/org/chromium/chrome/browser/ntp/cards/SuggestionsSectionTest.java b/chrome/android/junit/src/org/chromium/chrome/browser/ntp/cards/SuggestionsSectionTest.java |
index ff940e637e017322c0cbb594eb77e66f428ddbb6..044021ff9367fa5b7d4bebd789702a417964ae1d 100644 |
--- a/chrome/android/junit/src/org/chromium/chrome/browser/ntp/cards/SuggestionsSectionTest.java |
+++ b/chrome/android/junit/src/org/chromium/chrome/browser/ntp/cards/SuggestionsSectionTest.java |
@@ -183,7 +183,7 @@ public class SuggestionsSectionTest { |
verifyNoMoreInteractions(mParent); |
// We clear existing suggestions when the status is not AVAILABLE, and show the status card. |
- section.setStatus(CategoryStatus.SIGNED_OUT); |
+ section.setStatus(CategoryStatus.CATEGORY_EXPLICITLY_DISABLED); |
verify(mParent).onItemRangeRemoved(section, 1, suggestionCount); |
verify(mParent).onItemRangeInserted(section, 1, 1); |