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

Unified Diff: android_webview/test/shell/src/org/chromium/android_webview/test/AwInstrumentationTestRunner.java

Issue 2013113002: Separate BaseInstrumentationTestRunner from BaseChromiumITR (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remove onCreate 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: android_webview/test/shell/src/org/chromium/android_webview/test/AwInstrumentationTestRunner.java
diff --git a/android_webview/test/shell/src/org/chromium/android_webview/test/AwInstrumentationTestRunner.java b/android_webview/test/shell/src/org/chromium/android_webview/test/AwInstrumentationTestRunner.java
index 84f9ceb209128a72ba727dc18acc53b5eec1c5ff..74272a545c7453c465d9b82c8e35037260519782 100644
--- a/android_webview/test/shell/src/org/chromium/android_webview/test/AwInstrumentationTestRunner.java
+++ b/android_webview/test/shell/src/org/chromium/android_webview/test/AwInstrumentationTestRunner.java
@@ -4,7 +4,7 @@
package org.chromium.android_webview.test;
-import org.chromium.base.test.BaseInstrumentationTestRunner;
+import org.chromium.base.test.BaseChromiumInstrumentationTestRunner;
import org.chromium.base.test.BaseTestResult;
import org.chromium.policy.test.annotations.Policies;
@@ -12,7 +12,7 @@ import org.chromium.policy.test.annotations.Policies;
* Instrumentation test runner that allows integrating features defined above base layer
* for webview testing.
*/
-public class AwInstrumentationTestRunner extends BaseInstrumentationTestRunner {
+public class AwInstrumentationTestRunner extends BaseChromiumInstrumentationTestRunner {
@Override
protected void addTestHooks(BaseTestResult result) {
super.addTestHooks(result);

Powered by Google App Engine
This is Rietveld 408576698