Index: components/cronet/android/test/javatests/AndroidManifest.xml |
diff --git a/components/cronet/android/test/javatests/AndroidManifest.xml b/components/cronet/android/test/javatests/AndroidManifest.xml |
index d4e9a53e94e6bb6f7f1dbe9a44606345f3e00b1f..3646638b556a9d320f54b0e49128b11c5bb0e1f4 100644 |
--- a/components/cronet/android/test/javatests/AndroidManifest.xml |
+++ b/components/cronet/android/test/javatests/AndroidManifest.xml |
@@ -7,7 +7,7 @@ |
<!-- package name must be unique so suffix with "tests" so package loader |
doesn't ignore this. --> |
<manifest xmlns:android="http://schemas.android.com/apk/res/android" |
- package="org.chromium.cronet_test_apk.tests"> |
+ package="org.chromium.net.tests"> |
<!-- We add an application tag here just so that we can indicate that this |
package needs to link against the android.test library, which is |
needed when building test cases. --> |
@@ -16,8 +16,8 @@ |
</application> |
<uses-sdk android:minSdkVersion="5" android:targetSdkVersion="21" /> |
<instrumentation android:name="android.test.InstrumentationTestRunner" |
- android:targetPackage="org.chromium.cronet_test_apk" |
- android:label="Tests for org.chromium.cronet_test_apk"/> |
+ android:targetPackage="org.chromium.net" |
+ android:label="Tests for org.chromium.net"/> |
<uses-permission android:name="android.permission.RUN_INSTRUMENTATION" /> |
<uses-permission android:name="android.permission.INJECT_EVENTS" /> |
</manifest> |