Index: build/android/adb_run_chromium_testshell |
diff --git a/build/android/adb_run_content_shell b/build/android/adb_run_chromium_testshell |
similarity index 83% |
copy from build/android/adb_run_content_shell |
copy to build/android/adb_run_chromium_testshell |
index bfc7367b793b3bbd0ac42eb5158e44b1a6a41b0f..7829a76b94dc0e9e7edd0d92c6f381607043c95a 100755 |
--- a/build/android/adb_run_content_shell |
+++ b/build/android/adb_run_chromium_testshell |
@@ -10,5 +10,5 @@ fi |
adb shell am start \ |
-a android.intent.action.VIEW \ |
- -n org.chromium.content_shell/.ContentShellActivity \ |
+ -n org.chromium.chrome.testshell/.ChromiumTestShellActivity \ |
$INTENT_ARGS |