| Index: build/android/pylib/linker/test_runner.py | 
| diff --git a/build/android/pylib/linker/test_runner.py b/build/android/pylib/linker/test_runner.py | 
| index b9eb0b4ea3f76df68eec17f7b81fe8aafc0fc9ad..c9b7dd91378f8fde760f6664975931a8eb91e6c0 100644 | 
| --- a/build/android/pylib/linker/test_runner.py | 
| +++ b/build/android/pylib/linker/test_runner.py | 
| @@ -17,7 +17,7 @@ from pylib.utils import apk_helper | 
|  | 
|  | 
| # Name of the Android package to install for this to work. | 
| -_PACKAGE_NAME = 'ContentLinkerTest' | 
| +_PACKAGE_NAME = 'ChromiumLinkerTest' | 
|  | 
|  | 
| class LinkerExceptionTestResult(base_test_result.BaseTestResult): | 
|  |