diff options
Diffstat (limited to 'tools/perf/perf_tools/skpicture_printer_unittest.py')
-rwxr-xr-x | tools/perf/perf_tools/skpicture_printer_unittest.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/perf/perf_tools/skpicture_printer_unittest.py b/tools/perf/perf_tools/skpicture_printer_unittest.py index 6aaac7f..285b48c 100755 --- a/tools/perf/perf_tools/skpicture_printer_unittest.py +++ b/tools/perf/perf_tools/skpicture_printer_unittest.py @@ -6,7 +6,7 @@ import os import tempfile import shutil -from chrome_remote_control import multi_page_benchmark_unittest_base +from telemetry import multi_page_benchmark_unittest_base from perf_tools import skpicture_printer class SkPicturePrinterUnitTest( |