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

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

Issue 12880022: [android_webview] Rename AndroidWebView* -> Aw*. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 9 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/ClearHistoryTest.java
diff --git a/android_webview/javatests/src/org/chromium/android_webview/test/ClearHistoryTest.java b/android_webview/javatests/src/org/chromium/android_webview/test/ClearHistoryTest.java
index 91917511544ac789264475ce663481a77b6334c2..dd2b68553ad124c005a7e6aa03615ca5ea630b13 100644
--- a/android_webview/javatests/src/org/chromium/android_webview/test/ClearHistoryTest.java
+++ b/android_webview/javatests/src/org/chromium/android_webview/test/ClearHistoryTest.java
@@ -17,7 +17,7 @@ import org.chromium.content.browser.test.util.TestCallbackHelperContainer.OnPage
/**
* Tests for a wanted clearHistory method.
*/
-public class ClearHistoryTest extends AndroidWebViewTestBase {
+public class ClearHistoryTest extends AwTestBase {
private static final String[] URLS = new String[3];
{

Powered by Google App Engine
This is Rietveld 408576698