Index: tools/profile_chrome/systrace_controller.py |
diff --git a/tools/profile_chrome/systrace_controller.py b/tools/profile_chrome/systrace_controller.py |
index cb0f97a208968f0bed33d5fab2c519aea6a2db4c..45a0fbd7efe7208663dce1d520b1ae7d0eb983c3 100644 |
--- a/tools/profile_chrome/systrace_controller.py |
+++ b/tools/profile_chrome/systrace_controller.py |
@@ -8,7 +8,10 @@ import zlib |
from profile_chrome import controllers |
from profile_chrome import util |
-from pylib import cmd_helper |
+from pylib.constants import host_paths |
+ |
+with host_paths.SysPath(host_paths.DEVIL_PATH): |
+ from devil.utils import cmd_helper |
_SYSTRACE_OPTIONS = [ |