| Index: build/android/pylib/remote/device/remote_device_test_run.py
 | 
| diff --git a/build/android/pylib/remote/device/remote_device_test_run.py b/build/android/pylib/remote/device/remote_device_test_run.py
 | 
| index c4f75b01f9739b95952cb6bbcccbb00c444249ea..0b2deae4c47ccff3ad6e12ed54cef34bbc1dd173 100644
 | 
| --- a/build/android/pylib/remote/device/remote_device_test_run.py
 | 
| +++ b/build/android/pylib/remote/device/remote_device_test_run.py
 | 
| @@ -19,7 +19,7 @@ from pylib.remote.device import remote_device_helper
 | 
|  from pylib.utils import zip_utils
 | 
|  
 | 
|  class RemoteDeviceTestRun(test_run.TestRun):
 | 
| -  """Run gtests and uirobot tests on a remote device."""
 | 
| +  """Run tests on a remote device."""
 | 
|  
 | 
|    _TEST_RUN_KEY = 'test_run'
 | 
|    _TEST_RUN_ID_KEY = 'test_run_id'
 | 
| 
 |