| Index: build/android/pylib/remote/device/remote_device_gtest_run.py
|
| diff --git a/build/android/pylib/remote/device/remote_device_gtest_run.py b/build/android/pylib/remote/device/remote_device_gtest_run.py
|
| index 49ddc9100023a1153f9c81a9f780ac1963b15ede..3e63d1d5467d34653141f1dd45814a55c522f683 100644
|
| --- a/build/android/pylib/remote/device/remote_device_gtest_run.py
|
| +++ b/build/android/pylib/remote/device/remote_device_gtest_run.py
|
| @@ -19,7 +19,7 @@ class RemoteDeviceGtestRun(remote_device_test_run.RemoteDeviceTestRun):
|
| """Run gtests and uirobot tests on a remote device."""
|
|
|
| DEFAULT_RUNNER_PACKAGE = (
|
| - 'org.chromium.native_test.ChromiumNativeTestInstrumentationTestRunner')
|
| + 'org.chromium.native_test.ChromeNativeTestInstrumentationTestRunner')
|
|
|
| #override
|
| def TestPackage(self):
|
|
|