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

Unified Diff: android_webview/javatests/src/org/chromium/android_webview/test/WebViewAsynchronousFindApisTest.java

Issue 10974012: Move base Java utils to base/test/android/javatests. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: moved util packaged to test subpackage. addded OWNERS Created 8 years, 3 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: android_webview/javatests/src/org/chromium/android_webview/test/WebViewAsynchronousFindApisTest.java
diff --git a/android_webview/javatests/src/org/chromium/android_webview/test/WebViewAsynchronousFindApisTest.java b/android_webview/javatests/src/org/chromium/android_webview/test/WebViewAsynchronousFindApisTest.java
index 218c0a779195e48eca9d48cdfbe6c0b0f66614f7..182ed815392f8f064205060f2a3d02bdd7747823 100644
--- a/android_webview/javatests/src/org/chromium/android_webview/test/WebViewAsynchronousFindApisTest.java
+++ b/android_webview/javatests/src/org/chromium/android_webview/test/WebViewAsynchronousFindApisTest.java
@@ -6,7 +6,7 @@ package org.chromium.android_webview.test;
import android.test.suitebuilder.annotation.SmallTest;
-import org.chromium.base.test.Feature;
+import org.chromium.base.test.util.Feature;
/**
* Tests the asynchronous find-in-page APIs in WebView.

Powered by Google App Engine
This is Rietveld 408576698