From 8bb46c251e7121e5eee3cb17e4fc3f2edc741462 Mon Sep 17 00:00:00 2001 From: "mkosiba@chromium.org" Date: Thu, 4 Apr 2013 16:48:49 +0000 Subject: [PATCH] [android_webview] Fix shell launch script. Missed this when renaming the activity. BUG=None NOTRY=True R=benm@chromium.org Review URL: https://chromiumcodereview.appspot.com/13543003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@192348 0039d316-1c4b-4281-b951-d872f2087c98 --- build/android/adb_run_android_webview_shell | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/android/adb_run_android_webview_shell b/build/android/adb_run_android_webview_shell index 4c10f855e4127a..cc9f6d27e84cd6 100755 --- a/build/android/adb_run_android_webview_shell +++ b/build/android/adb_run_android_webview_shell @@ -10,6 +10,6 @@ fi adb shell am start \ -a android.intent.action.VIEW \ - -n org.chromium.android_webview.shell/.AndroidWebViewTestShellActivity \ + -n org.chromium.android_webview.shell/.AwShellActivity \ $INTENT_ARGS