| Index: tools/perf/perf_tools/robohornetpro.py
|
| diff --git a/tools/perf/perf_tools/robohornetpro.py b/tools/perf/perf_tools/robohornetpro.py
|
| index ab06aced934dcd068ca01c682d15616c62d74dd8..59632c357fcc7ede04c51d99a38eab9eeeb12443 100644
|
| --- a/tools/perf/perf_tools/robohornetpro.py
|
| +++ b/tools/perf/perf_tools/robohornetpro.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 chrome_remote_control import multi_page_benchmark
|
| -from chrome_remote_control import util
|
| +from telemetry import multi_page_benchmark
|
| +from telemetry import util
|
|
|
| class RobohornetPro(multi_page_benchmark.MultiPageBenchmark):
|
| def CustomizeBrowserOptions(self, options):
|
|
|