Index: tools/profile_chrome/perf_controller_unittest.py |
diff --git a/tools/android/adb_profile_chrome/perf_controller_unittest.py b/tools/profile_chrome/perf_controller_unittest.py |
similarity index 91% |
rename from tools/android/adb_profile_chrome/perf_controller_unittest.py |
rename to tools/profile_chrome/perf_controller_unittest.py |
index eac12eba63028e26204d89ebac7ad1c90d83bd3a..fbc226f696658181ba8e1658d9f41c1e68c73110 100644 |
--- a/tools/android/adb_profile_chrome/perf_controller_unittest.py |
+++ b/tools/profile_chrome/perf_controller_unittest.py |
@@ -5,9 +5,9 @@ |
import os |
import json |
-from adb_profile_chrome import controllers_unittest |
-from adb_profile_chrome import perf_controller |
-from adb_profile_chrome import ui |
+from profile_chrome import controllers_unittest |
+from profile_chrome import perf_controller |
+from profile_chrome import ui |
from pylib import constants |