| Index: tools/android/adb_profile_chrome/profiler.py
|
| diff --git a/build/android/chrome_profiler/profiler.py b/tools/android/adb_profile_chrome/profiler.py
|
| similarity index 97%
|
| rename from build/android/chrome_profiler/profiler.py
|
| rename to tools/android/adb_profile_chrome/profiler.py
|
| index 5393ed383aac1680c8c95bb4e5f5b481da037f70..3480c606dcab110d8b3c56898c5c1883a6e1dbf8 100644
|
| --- a/build/android/chrome_profiler/profiler.py
|
| +++ b/tools/android/adb_profile_chrome/profiler.py
|
| @@ -4,8 +4,8 @@
|
|
|
| import os
|
|
|
| -from chrome_profiler import trace_packager
|
| -from chrome_profiler import ui
|
| +from adb_profile_chrome import trace_packager
|
| +from adb_profile_chrome import ui
|
|
|
| from pylib import constants
|
|
|
|
|