| Index: tools/telemetry/telemetry/page/multi_page_benchmark.py | 
| diff --git a/tools/telemetry/telemetry/multi_page_benchmark.py b/tools/telemetry/telemetry/page/multi_page_benchmark.py | 
| similarity index 97% | 
| rename from tools/telemetry/telemetry/multi_page_benchmark.py | 
| rename to tools/telemetry/telemetry/page/multi_page_benchmark.py | 
| index 3dbfad7e166a5ed2ca2cf4b0fa45eecb1c79224a..84e960fcd318477c6262755774a37c32faf6d01b 100644 | 
| --- a/tools/telemetry/telemetry/multi_page_benchmark.py | 
| +++ b/tools/telemetry/telemetry/page/multi_page_benchmark.py | 
| @@ -1,7 +1,7 @@ | 
| # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 
| # Use of this source code is governed by a BSD-style license that can be | 
| # found in the LICENSE file. | 
| -from telemetry import page_test | 
| +from telemetry.page import page_test | 
|  | 
| class MeasurementFailure(page_test.Failure): | 
| """Exception that can be thrown from MeasurePage to indicate an undesired but | 
| @@ -66,7 +66,7 @@ class MultiPageBenchmark(page_test.PageTest): | 
| """Override to actually measure the page's performance. | 
|  | 
| page is a page_set.Page | 
| -    tab is an instance of telemetry.Tab | 
| +    tab is an instance of telemetry.core.Tab | 
|  | 
| Should call results.Add(name, units, value) for each result, or raise an | 
| exception on failure. The name and units of each Add() call must be | 
|  |