Index: tools/android/adb_profile_chrome/chrome_controller.py |
diff --git a/build/android/chrome_profiler/chrome_controller.py b/tools/android/adb_profile_chrome/chrome_controller.py |
similarity index 98% |
rename from build/android/chrome_profiler/chrome_controller.py |
rename to tools/android/adb_profile_chrome/chrome_controller.py |
index 745e5d7df66901011194918e56afa4e199c6f7b5..5457e93dace8315abfc977f59d6fec43fa9988a2 100644 |
--- a/build/android/chrome_profiler/chrome_controller.py |
+++ b/tools/android/adb_profile_chrome/chrome_controller.py |
@@ -7,7 +7,7 @@ import os |
import re |
import time |
-from chrome_profiler import controllers |
+from adb_profile_chrome import controllers |
from pylib import pexpect |