[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: http://src.chromium.org/svn/trunk/src/build@192348 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
This commit is contained in:
mkosiba@chromium.org 2013-04-04 16:48:49 +00:00
Родитель 5605f45603
Коммит a484e4d5c4
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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