Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3718)

Unified Diff: javatests/org/chromium/distiller/webdocument/filters/LeadImageFinderTest.java

Issue 1725243002: Fix some warnings in Eclipse (Closed) Base URL: git@github.com:chromium/dom-distiller.git@master
Patch Set: address comments Created 4 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « javatests/org/chromium/distiller/webdocument/WebVideoTest.java ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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() {
« no previous file with comments | « javatests/org/chromium/distiller/webdocument/WebVideoTest.java ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698