| Index: build/android/pylib/constants.py | 
| diff --git a/build/android/pylib/constants.py b/build/android/pylib/constants.py | 
| index d3bf734bbb731f46c31282e86f6a8bd1287017c4..75112c2c0d0db9b6525cceb43b98a2d7990dfb0b 100644 | 
| --- a/build/android/pylib/constants.py | 
| +++ b/build/android/pylib/constants.py | 
| @@ -61,11 +61,11 @@ PACKAGE_INFO = { | 
| None, | 
| 'org.chromium.content_shell_apk.tests'), | 
| 'chromium_test_shell': PackageInfo( | 
| -        'org.chromium.chrome.testshell', | 
| -        'org.chromium.chrome.testshell.ChromiumTestShellActivity', | 
| +        'org.chromium.chrome.shell', | 
| +        'org.chromium.chrome.shell.ChromiumTestShellActivity', | 
| '/data/local/tmp/chromium-testshell-command-line', | 
| 'chromium_testshell_devtools_remote', | 
| -        'org.chromium.chrome.testshell.tests'), | 
| +        'org.chromium.chrome.shell.tests'), | 
| 'android_webview_shell': PackageInfo( | 
| 'org.chromium.android_webview.shell', | 
| 'org.chromium.android_webview.shell.AwShellActivity', | 
|  |