Index: tools/perf/perf_tools/kraken.py |
diff --git a/tools/perf/perf_tools/kraken.py b/tools/perf/perf_tools/kraken.py |
index a8546344c77f24d9db17004119132ddbda12f203..cd6507b631efdfa37367fc59eadd0db934ba950d 100644 |
--- a/tools/perf/perf_tools/kraken.py |
+++ b/tools/perf/perf_tools/kraken.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 |
def _Mean(l): |
return float(sum(l)) / len(l) if len(l) > 0 else 0.0 |