| Index: build/android/gdb_content_shell
|
| diff --git a/build/android/gdb_content_shell b/build/android/gdb_content_shell
|
| index c8cb88ff1d36a4baf141d1fb377c522e9b1cdac2..81a1986a989a33265067c885cafa88245e98e18d 100755
|
| --- a/build/android/gdb_content_shell
|
| +++ b/build/android/gdb_content_shell
|
| @@ -12,5 +12,5 @@ adb_gdb_content_shell instead!"
|
| if [ $# -gt 0 ]; then
|
| exec ${ROOT}/gdb_apk -r -g "$*"
|
| else
|
| - exec ${ROOT}/gdb_apk -r -p org.chromium.content_shell
|
| + exec ${ROOT}/gdb_apk -r -p org.chromium.content_shell_apk
|
| fi
|
|
|