| Index: tools/profile_chrome/profiler.py
|
| diff --git a/tools/android/adb_profile_chrome/profiler.py b/tools/profile_chrome/profiler.py
|
| similarity index 97%
|
| rename from tools/android/adb_profile_chrome/profiler.py
|
| rename to tools/profile_chrome/profiler.py
|
| index b08dd3a859cb7cd48386fea8a52b9baaf25dba68..bdc869a794444cfd95ecdbb26c05a82208127d51 100644
|
| --- a/tools/android/adb_profile_chrome/profiler.py
|
| +++ b/tools/profile_chrome/profiler.py
|
| @@ -4,8 +4,8 @@
|
|
|
| import os
|
|
|
| -from adb_profile_chrome import trace_packager
|
| -from adb_profile_chrome import ui
|
| +from profile_chrome import trace_packager
|
| +from profile_chrome import ui
|
|
|
| from pylib import constants
|
|
|
|
|