| Index: tools/perf/perf_tools/skpicture_printer.py | 
| diff --git a/tools/perf/perf_tools/skpicture_printer.py b/tools/perf/perf_tools/skpicture_printer.py | 
| index c24e91b5477d6c4f9ebb1e16d82faf557556c382..2480b5826847d455883b84f7704f06b393ca2c69 100644 | 
| --- a/tools/perf/perf_tools/skpicture_printer.py | 
| +++ b/tools/perf/perf_tools/skpicture_printer.py | 
| @@ -3,7 +3,7 @@ | 
| # found in the LICENSE file. | 
| import os | 
|  | 
| -from telemetry import multi_page_benchmark | 
| +from telemetry.page import multi_page_benchmark | 
|  | 
| _JS = 'chrome.gpuBenchmarking.printToSkPicture("{0}");' | 
|  | 
|  |