| Index: tools/android/adb_profile_chrome/perf_controller_unittest.py
|
| diff --git a/build/android/chrome_profiler/perf_controller_unittest.py b/tools/android/adb_profile_chrome/perf_controller_unittest.py
|
| similarity index 91%
|
| rename from build/android/chrome_profiler/perf_controller_unittest.py
|
| rename to tools/android/adb_profile_chrome/perf_controller_unittest.py
|
| index a621a2e88eacfffe26ecfc1b085b368931030786..381e4410689456de76ef9766bf4f8f161188f122 100644
|
| --- a/build/android/chrome_profiler/perf_controller_unittest.py
|
| +++ b/tools/android/adb_profile_chrome/perf_controller_unittest.py
|
| @@ -5,8 +5,8 @@
|
| import os
|
| import json
|
|
|
| -from chrome_profiler import controllers_unittest
|
| -from chrome_profiler import perf_controller
|
| +from adb_profile_chrome import controllers_unittest
|
| +from adb_profile_chrome import perf_controller
|
|
|
|
|
| class PerfProfilerControllerTest(controllers_unittest.BaseControllerTest):
|
|
|