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

Unified Diff: android_webview/javatests/src/org/chromium/android_webview/test/ClientAddMessageToConsoleTest.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/ClientAddMessageToConsoleTest.java
diff --git a/android_webview/javatests/src/org/chromium/android_webview/test/ClientAddMessageToConsoleTest.java b/android_webview/javatests/src/org/chromium/android_webview/test/ClientAddMessageToConsoleTest.java
index 6f8b5c87ccb6200297efbf4ccf028a66c0d6fe16..e657915a00f8e812b1c8d5c231014273a7aff0c9 100644
--- a/android_webview/javatests/src/org/chromium/android_webview/test/ClientAddMessageToConsoleTest.java
+++ b/android_webview/javatests/src/org/chromium/android_webview/test/ClientAddMessageToConsoleTest.java
@@ -14,7 +14,7 @@ import org.chromium.base.test.util.Feature;
/**
* Tests for the ContentViewClient.addMessageToConsole() method.
*/
-public class ClientAddMessageToConsoleTest extends AndroidWebViewTestBase {
+public class ClientAddMessageToConsoleTest extends AwTestBase {
// Line number at which the console message is logged in the page returned by the
// getLogMessageJavaScriptData method.

Powered by Google App Engine
This is Rietveld 408576698