| Index: tools/perf/perf_tools/skpicture_printer_unittest.py
|
| ===================================================================
|
| --- tools/perf/perf_tools/skpicture_printer_unittest.py (revision 182999)
|
| +++ tools/perf/perf_tools/skpicture_printer_unittest.py (working copy)
|
| @@ -6,9 +6,9 @@
|
| import tempfile
|
| import shutil
|
|
|
| +from telemetry import multi_page_benchmark_unittest_base
|
| +from telemetry import options_for_unittests
|
| from perf_tools import skpicture_printer
|
| -from telemetry.page import multi_page_benchmark_unittest_base
|
| -from telemetry.test import options_for_unittests
|
|
|
| class SkPicturePrinterUnitTest(
|
| multi_page_benchmark_unittest_base.MultiPageBenchmarkUnitTestBase):
|
|
|