Chromium Code Reviews

Unified Diff: testing/android/java/AndroidManifest.xml

Issue 804753005: [Android] Rename [Chromium -> Chrome]NativeTestInstrumentationTestRunner. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Index: testing/android/java/AndroidManifest.xml
diff --git a/testing/android/java/AndroidManifest.xml b/testing/android/java/AndroidManifest.xml
index a561f0ca9ff9b8dc2e42c41ab79b5959fee96487..93dd71b9610a95bfd22f215f832168eb5e14bdc2 100644
--- a/testing/android/java/AndroidManifest.xml
+++ b/testing/android/java/AndroidManifest.xml
@@ -24,7 +24,7 @@ found in the LICENSE file.
</activity>
</application>
- <instrumentation android:name="org.chromium.native_test.ChromiumNativeTestInstrumentationTestRunner"
+ <instrumentation android:name="org.chromium.native_test.ChromeNativeTestInstrumentationTestRunner"
android:targetPackage="org.chromium.native_test"
android:label="Instrumentation entry point for org.chromium.native_test"/>

Powered by Google App Engine