| Index: build/android/pylib/utils/report_results.py
 | 
| diff --git a/build/android/pylib/utils/report_results.py b/build/android/pylib/utils/report_results.py
 | 
| index 9b98cb4fd190519dea3c09033ef2c9e9c05af24b..cb8115f758d4ff9cb3eff3f380fa1e6feb7a7754 100644
 | 
| --- a/build/android/pylib/utils/report_results.py
 | 
| +++ b/build/android/pylib/utils/report_results.py
 | 
| @@ -47,7 +47,7 @@ def _LogToFlakinessDashboard(results, test_type, test_package,
 | 
|    try:
 | 
|      if flakiness_server == constants.UPSTREAM_FLAKINESS_SERVER:
 | 
|        assert test_package in ['ContentShellTest',
 | 
| -                              'ChromiumTestShellTest',
 | 
| +                                'ChromeShellTest',
 | 
|                                'AndroidWebViewTest']
 | 
|        dashboard_test_type = ('%s_instrumentation_tests' %
 | 
|                               test_package.lower().rstrip('test'))
 | 
| 
 |