| Index: tools/profile_chrome/perf_controller.py
|
| diff --git a/tools/profile_chrome/perf_controller.py b/tools/profile_chrome/perf_controller.py
|
| index a0fd7886a41d8c4cafaa1ea4e44efcc8c838beda..18f01bb1dcd2503e811982f6de7e24b96fba1a59 100644
|
| --- a/tools/profile_chrome/perf_controller.py
|
| +++ b/tools/profile_chrome/perf_controller.py
|
| @@ -9,12 +9,13 @@ import subprocess
|
| import sys
|
| import tempfile
|
|
|
| +from devil.android import device_temp_file
|
| +from devil.android.perf import perf_control
|
| +
|
| from profile_chrome import controllers
|
| from profile_chrome import ui
|
|
|
| from pylib import constants
|
| -from pylib.perf import perf_control
|
| -from pylib.utils import device_temp_file
|
|
|
| sys.path.append(os.path.join(constants.DIR_SOURCE_ROOT,
|
| 'tools',
|
|
|