| Index: tools/profile_chrome/systrace_controller.py | 
| diff --git a/tools/android/adb_profile_chrome/systrace_controller.py b/tools/profile_chrome/systrace_controller.py | 
| similarity index 97% | 
| rename from tools/android/adb_profile_chrome/systrace_controller.py | 
| rename to tools/profile_chrome/systrace_controller.py | 
| index 3ec4cc7d754b3b2df9c060e2e2e8f4e93d9d649b..387ea9f227fd25297d086cb7341b947126bec3ae 100644 | 
| --- a/tools/android/adb_profile_chrome/systrace_controller.py | 
| +++ b/tools/profile_chrome/systrace_controller.py | 
| @@ -5,8 +5,8 @@ | 
| import threading | 
| import zlib | 
|  | 
| -from adb_profile_chrome import controllers | 
| -from adb_profile_chrome import util | 
| +from profile_chrome import controllers | 
| +from profile_chrome import util | 
|  | 
| from pylib import cmd_helper | 
|  | 
|  |