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 33fdc1ebb5f68d1560de0b3500d45816322b8805..284e61390db2749fe2318f66f0cf2af5d2e8fa7d 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 |