| Index: tools/perf/perf_tools/jsgamebench.py | 
| diff --git a/tools/perf/perf_tools/jsgamebench.py b/tools/perf/perf_tools/jsgamebench.py | 
| index 0d173e817d28e3fde236e07a6076d0964c729263..82a04074ac80e40cfebd88e14dd92f873fb477e2 100644 | 
| --- a/tools/perf/perf_tools/jsgamebench.py | 
| +++ b/tools/perf/perf_tools/jsgamebench.py | 
| @@ -2,8 +2,8 @@ | 
| # Use of this source code is governed by a BSD-style license that can be | 
| # found in the LICENSE file. | 
|  | 
| -from telemetry import multi_page_benchmark | 
| -from telemetry import util | 
| +from telemetry.core import util | 
| +from telemetry.page import multi_page_benchmark | 
|  | 
| class JsGameBench(multi_page_benchmark.MultiPageBenchmark): | 
| def MeasurePage(self, _, tab, results): | 
|  |