| Index: tools/perf/benchmarks/webrtc.py
|
| diff --git a/tools/perf/benchmarks/webrtc.py b/tools/perf/benchmarks/webrtc.py
|
| index c8bdc8f0951fc26c4ab147e76415691170237a4d..ffd66d9d9a5b1ef77ac3c22e8e3530232d23280f 100644
|
| --- a/tools/perf/benchmarks/webrtc.py
|
| +++ b/tools/perf/benchmarks/webrtc.py
|
| @@ -2,9 +2,10 @@
|
| # Use of this source code is governed by a BSD-style license that can be
|
| # found in the LICENSE file.
|
|
|
| +from telemetry import benchmark
|
| +
|
| from measurements import webrtc
|
| import page_sets
|
| -from telemetry import benchmark
|
|
|
|
|
| class WebRTC(benchmark.Benchmark):
|
|
|