| Index: javatests/org/chromium/distiller/webdocument/filters/LeadImageFinderTest.java
|
| diff --git a/javatests/org/chromium/distiller/webdocument/filters/LeadImageFinderTest.java b/javatests/org/chromium/distiller/webdocument/filters/LeadImageFinderTest.java
|
| index d226933906180d50ff0e81898a4ed81681ed8ebd..d259feb1e4e76e2fc73ecdf54fdae5aba8048c81 100644
|
| --- a/javatests/org/chromium/distiller/webdocument/filters/LeadImageFinderTest.java
|
| +++ b/javatests/org/chromium/distiller/webdocument/filters/LeadImageFinderTest.java
|
| @@ -5,13 +5,9 @@
|
| package org.chromium.distiller.webdocument.filters;
|
|
|
| import org.chromium.distiller.DomDistillerJsTestCase;
|
| -import org.chromium.distiller.webdocument.TestWebTextBuilder;
|
| import org.chromium.distiller.webdocument.TestWebDocumentBuilder;
|
| import org.chromium.distiller.webdocument.WebDocument;
|
| -import org.chromium.distiller.webdocument.WebElement;
|
| import org.chromium.distiller.webdocument.WebImage;
|
| -import org.chromium.distiller.webdocument.WebText;
|
| -import org.chromium.distiller.webdocument.WebTable;
|
|
|
| public class LeadImageFinderTest extends DomDistillerJsTestCase {
|
| public void testEmptyDocument() {
|
|
|