| Index: build/android/run_instrumentation_tests.py
 | 
| diff --git a/build/android/run_instrumentation_tests.py b/build/android/run_instrumentation_tests.py
 | 
| index 6cb75fe43831fb99f40a0b04e5e9e61c5564ac97..90d4f0ed9a9c19491ba242952a6632e2524b3580 100755
 | 
| --- a/build/android/run_instrumentation_tests.py
 | 
| +++ b/build/android/run_instrumentation_tests.py
 | 
| @@ -37,7 +37,7 @@ def SummarizeResults(java_results, python_results, annotation, build_type):
 | 
|    """
 | 
|    all_results = TestResults.FromTestResults([java_results, python_results])
 | 
|    summary_string = all_results.LogFull('Instrumentation', annotation,
 | 
| -                                       build_type)
 | 
| +                                       build_type, [])
 | 
|    num_failing = (len(all_results.failed) + len(all_results.crashed) +
 | 
|                   len(all_results.unknown))
 | 
|    return all_results, summary_string, num_failing
 | 
| 
 |