| Index: tools/perf/perf_tools/spaceport.py
|
| diff --git a/tools/perf/perf_tools/spaceport.py b/tools/perf/perf_tools/spaceport.py
|
| index b2484592fb3fc9e75ff0b1408b037f95cdfc4b8a..363e52336f29eae883514bb95940ededd9557907 100644
|
| --- a/tools/perf/perf_tools/spaceport.py
|
| +++ b/tools/perf/perf_tools/spaceport.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 SpaceportBenchmark(multi_page_benchmark.MultiPageBenchmark):
|
| def CustomizeBrowserOptions(self, options):
|
|
|