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

Unified Diff: blimp/client/app/android/javatests/AndroidManifest.xml.jinja2

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: blimp/client/app/android/javatests/AndroidManifest.xml.jinja2
diff --git a/blimp/client/app/android/javatests/AndroidManifest.xml.jinja2 b/blimp/client/app/android/javatests/AndroidManifest.xml.jinja2
index 71ae5af3011bc633e9f3c3686f8c48bfa1acbc4a..3b21236f197fc1373d2e91af8ee7ffdb68072d53 100644
--- a/blimp/client/app/android/javatests/AndroidManifest.xml.jinja2
+++ b/blimp/client/app/android/javatests/AndroidManifest.xml.jinja2
@@ -20,7 +20,7 @@
</application>
- <instrumentation android:name="org.chromium.base.test.BaseInstrumentationTestRunner"
+ <instrumentation android:name="org.chromium.base.test.BaseChromiumInstrumentationTestRunner"
android:targetPackage="{{manifest_package}}"
android:label="Tests for {{manifest_package}}"/>
</manifest>

Powered by Google App Engine
This is Rietveld 408576698