| Index: tools/android/adb_profile_chrome/systrace_controller.py
|
| diff --git a/build/android/chrome_profiler/systrace_controller.py b/tools/android/adb_profile_chrome/systrace_controller.py
|
| similarity index 97%
|
| rename from build/android/chrome_profiler/systrace_controller.py
|
| rename to tools/android/adb_profile_chrome/systrace_controller.py
|
| index 0903101df0de0b4c8b86347e06f1aecc745a3064..369bc88ea31fa6ba402233cb4d3d6ebd691dc2de 100644
|
| --- a/build/android/chrome_profiler/systrace_controller.py
|
| +++ b/tools/android/adb_profile_chrome/systrace_controller.py
|
| @@ -5,8 +5,8 @@
|
| import threading
|
| import zlib
|
|
|
| -from chrome_profiler import controllers
|
| -from chrome_profiler import util
|
| +from adb_profile_chrome import controllers
|
| +from adb_profile_chrome import util
|
|
|
| from pylib import cmd_helper
|
|
|
|
|