| 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 dc776d4206fcb9f110c830685473d157c77e34bd..12f62994df341b228c62be9caaf00d9eae3887b9 100755 | 
| --- a/build/android/buildbot/bb_device_steps.py | 
| +++ b/build/android/buildbot/bb_device_steps.py | 
| @@ -53,7 +53,7 @@ INSTRUMENTATION_TESTS = dict((suite.name, suite) for suite in [ | 
| constants.CHROMIUM_TEST_SHELL_HOST_DRIVEN_DIR), | 
| I_TEST('AndroidWebView', | 
| 'AndroidWebView.apk', | 
| -           'org.chromium.android_webview', | 
| +           'org.chromium.android_webview.shell', | 
| 'AndroidWebViewTest', | 
| 'webview:android_webview/test/data/device_files', | 
| None), | 
|  |