summaryrefslogtreecommitdiffstats
path: root/testing
diff options
context:
space:
mode:
Diffstat (limited to 'testing')
-rw-r--r--testing/android/AndroidManifest.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/android/AndroidManifest.xml b/testing/android/AndroidManifest.xml
index 1ee1845..375ade3 100644
--- a/testing/android/AndroidManifest.xml
+++ b/testing/android/AndroidManifest.xml
@@ -13,7 +13,7 @@ found in the LICENSE file.
<uses-sdk android:minSdkVersion="14" android:targetSdkVersion="18" />
<application android:label="ChromeNativeTests"
- android:name="org.chromium.base.ChromiumApplication">
+ android:name="org.chromium.base.BaseChromiumApplication">
<activity android:name=".ChromeNativeTestActivity"
android:label="ChromeNativeTest"
android:configChanges="orientation|keyboardHidden">