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

Unified Diff: javatests/org/chromium/distiller/PagingLinksFinderTest.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
Index: javatests/org/chromium/distiller/PagingLinksFinderTest.java
diff --git a/javatests/org/chromium/distiller/PagingLinksFinderTest.java b/javatests/org/chromium/distiller/PagingLinksFinderTest.java
index 467162bbeb61966330ce5a156e5847c143f72146..2be7e082592d4e3903df0815db511ffeba46b46b 100644
--- a/javatests/org/chromium/distiller/PagingLinksFinderTest.java
+++ b/javatests/org/chromium/distiller/PagingLinksFinderTest.java
@@ -8,7 +8,6 @@ import com.google.gwt.dom.client.AnchorElement;
import com.google.gwt.dom.client.BaseElement;
import com.google.gwt.dom.client.Document;
import com.google.gwt.dom.client.Element;
-import com.google.gwt.user.client.Window;
public class PagingLinksFinderTest extends DomDistillerJsTestCase {
private static String EXAMPLE_URL = "http://example.com/path/toward/news.php";
« no previous file with comments | « javatests/org/chromium/distiller/PageParameterDetectorTest.java ('k') | javatests/org/chromium/distiller/StringUtilTest.java » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698