| Index: build/android/buildbot/bb_device_steps.py | 
| diff --git a/build/android/buildbot/bb_device_steps.py b/build/android/buildbot/bb_device_steps.py | 
| index 98cd6402777ef2f91c1ef937295490984713ff92..81e540b334017de5d2577b92337f04a1bd19ff72 100755 | 
| --- a/build/android/buildbot/bb_device_steps.py | 
| +++ b/build/android/buildbot/bb_device_steps.py | 
| @@ -41,7 +41,7 @@ I_TEST = collections.namedtuple('InstrumentationTest', [ | 
| INSTRUMENTATION_TESTS = dict((suite.name, suite) for suite in [ | 
| I_TEST('ContentShell', | 
| 'ContentShell.apk', | 
| -           'org.chromium.content_shell', | 
| +           'org.chromium.content_shell_apk', | 
| 'ContentShellTest', | 
| 'content:content/test/data/android/device_files'), | 
| I_TEST('ChromiumTestShell', | 
|  |