Index: tools/profile_chrome/chrome_controller_unittest.py |
diff --git a/tools/android/adb_profile_chrome/chrome_controller_unittest.py b/tools/profile_chrome/chrome_controller_unittest.py |
similarity index 92% |
rename from tools/android/adb_profile_chrome/chrome_controller_unittest.py |
rename to tools/profile_chrome/chrome_controller_unittest.py |
index 5fa472a465506ccea5d8f74d9fd52f92c50e06ed..aec4e77e4b208a1d1223b12bbcb211cfaebea1f6 100644 |
--- a/tools/android/adb_profile_chrome/chrome_controller_unittest.py |
+++ b/tools/profile_chrome/chrome_controller_unittest.py |
@@ -5,8 +5,8 @@ |
import os |
import json |
-from adb_profile_chrome import chrome_controller |
-from adb_profile_chrome import controllers_unittest |
+from profile_chrome import chrome_controller |
+from profile_chrome import controllers_unittest |
class ChromeControllerTest(controllers_unittest.BaseControllerTest): |