Index: build/android/adb_profile_chrome.py |
diff --git a/build/android/adb_profile_chrome.py b/build/android/adb_profile_chrome.py |
index 4db50dcd85ee99d9e68120988a26f5090ad2a5bc..a9df3189cf820bdab9f710aada687190ca290fff 100755 |
--- a/build/android/adb_profile_chrome.py |
+++ b/build/android/adb_profile_chrome.py |
@@ -27,7 +27,7 @@ from pylib import pexpect |
_TRACE_VIEWER_ROOT = os.path.join(constants.DIR_SOURCE_ROOT, |
'third_party', 'trace-viewer') |
sys.path.append(_TRACE_VIEWER_ROOT) |
-from build import trace2html |
+from trace_viewer.build import trace2html |
_DEFAULT_CHROME_CATEGORIES = '_DEFAULT_CHROME_CATEGORIES' |