| Index: tools/profile_chrome/main.py
|
| diff --git a/tools/android/adb_profile_chrome/main.py b/tools/profile_chrome/main.py
|
| similarity index 97%
|
| rename from tools/android/adb_profile_chrome/main.py
|
| rename to tools/profile_chrome/main.py
|
| index 3629fa5a755e8b2f974bad730703b41d32f5989a..32476fb681541e206746342cd5b935cac0875fe4 100755
|
| --- a/tools/android/adb_profile_chrome/main.py
|
| +++ b/tools/profile_chrome/main.py
|
| @@ -10,11 +10,11 @@ import os
|
| import sys
|
| import webbrowser
|
|
|
| -from adb_profile_chrome import chrome_controller
|
| -from adb_profile_chrome import perf_controller
|
| -from adb_profile_chrome import profiler
|
| -from adb_profile_chrome import systrace_controller
|
| -from adb_profile_chrome import ui
|
| +from profile_chrome import chrome_controller
|
| +from profile_chrome import perf_controller
|
| +from profile_chrome import profiler
|
| +from profile_chrome import systrace_controller
|
| +from profile_chrome import ui
|
|
|
| from pylib import android_commands
|
| from pylib.device import device_utils
|
|
|