Index: tools/android/adb_profile_chrome/chrome_controller.py |
diff --git a/tools/android/adb_profile_chrome/chrome_controller.py b/tools/android/adb_profile_chrome/chrome_controller.py |
index 3dc88556eabf69eb855b928738b90ad0d43eb943..2bd5bc75b6386651287d43878341a5761b89150c 100644 |
--- a/tools/android/adb_profile_chrome/chrome_controller.py |
+++ b/tools/android/adb_profile_chrome/chrome_controller.py |
@@ -100,5 +100,5 @@ class ChromeTracingController(controllers.BaseController): |
trace_file = self._trace_file.replace('/storage/emulated/0/', '/sdcard/') |
host_file = os.path.join(os.path.curdir, os.path.basename(trace_file)) |
- self._device.old_interface.PullFileFromDevice(trace_file, host_file) |
+ self._device.PullFile(trace_file, host_file) |
return host_file |