Index: build/android/pylib/instrumentation/test_runner.py |
diff --git a/build/android/pylib/instrumentation/test_runner.py b/build/android/pylib/instrumentation/test_runner.py |
index c29a381e4c29605f3890fa4878701f244f60357a..d6c7c78db39372a7c001e124143f7f4454d797cb 100644 |
--- a/build/android/pylib/instrumentation/test_runner.py |
+++ b/build/android/pylib/instrumentation/test_runner.py |
@@ -151,7 +151,7 @@ class TestRunner(base_test_runner.BaseTestRunner): |
http_server_ports = self.LaunchTestHttpServer( |
os.path.join(constants.DIR_SOURCE_ROOT), self._lighttp_port) |
if self.ports_to_forward: |
- self.ForwardPorts([(port, port) for port in self.ports_to_forward]) |
+ self._ForwardPorts([(port, port) for port in self.ports_to_forward]) |
self.flags.AddFlags(['--enable-test-intents']) |
def TearDown(self): |