| Index: build/android/pylib/uiautomator/test_runner.py | 
| diff --git a/build/android/pylib/uiautomator/test_runner.py b/build/android/pylib/uiautomator/test_runner.py | 
| index c35ac9756b8b93228a8662ea1b66e8443d4f0385..183c13a9d970bad2f3e3de0d7d60d7de4c82c3f0 100644 | 
| --- a/build/android/pylib/uiautomator/test_runner.py | 
| +++ b/build/android/pylib/uiautomator/test_runner.py | 
| @@ -25,7 +25,7 @@ class TestRunner(instr_test_runner.TestRunner): | 
| self.package_name = options.package_name | 
|  | 
| #override | 
| -  def PushDependencies(self): | 
| +  def InstallTestPackage(self): | 
| self.test_pkg.Install(self.adb) | 
|  | 
| #override | 
|  |