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