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 31302ff90b34fb29f3fac0c14997f1cc500a9264..ff940e637e017322c0cbb594eb77e66f428ddbb6 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 |
@@ -40,7 +40,6 @@ |
import org.chromium.base.Callback; |
import org.chromium.base.test.util.Feature; |
import org.chromium.chrome.browser.DisableHistogramsRule; |
-import org.chromium.chrome.browser.EnableFeatures; |
import org.chromium.chrome.browser.ntp.cards.NewTabPageViewHolder.UpdateLayoutParamsCallback; |
import org.chromium.chrome.browser.ntp.snippets.CategoryStatus; |
import org.chromium.chrome.browser.ntp.snippets.SnippetArticle; |
@@ -68,9 +67,6 @@ |
@Config(manifest = Config.NONE) |
public class SuggestionsSectionTest { |
@Rule |
- public EnableFeatures.Processor mEnableFeatureProcessor = new EnableFeatures.Processor(); |
- |
- @Rule |
public DisableHistogramsRule mDisableHistogramsRule = new DisableHistogramsRule(); |
private static final int TEST_CATEGORY_ID = 42; |