| Index: tools/profile_chrome/systrace_controller_unittest.py
|
| diff --git a/tools/android/adb_profile_chrome/systrace_controller_unittest.py b/tools/profile_chrome/systrace_controller_unittest.py
|
| similarity index 90%
|
| rename from tools/android/adb_profile_chrome/systrace_controller_unittest.py
|
| rename to tools/profile_chrome/systrace_controller_unittest.py
|
| index acc789971f4ff36e6dc1e00b4cbf468039b5bc03..30b22c137530c30f0e0b3c80f4ed5f81aa838da4 100644
|
| --- a/tools/android/adb_profile_chrome/systrace_controller_unittest.py
|
| +++ b/tools/profile_chrome/systrace_controller_unittest.py
|
| @@ -4,8 +4,8 @@
|
|
|
| import os
|
|
|
| -from adb_profile_chrome import controllers_unittest
|
| -from adb_profile_chrome import systrace_controller
|
| +from profile_chrome import controllers_unittest
|
| +from profile_chrome import systrace_controller
|
|
|
|
|
| class SystraceControllerTest(controllers_unittest.BaseControllerTest):
|
|
|