| Index: tools/telemetry/telemetry/page/compound_action_unittest.py | 
| diff --git a/tools/telemetry/telemetry/compound_action_unittest.py b/tools/telemetry/telemetry/page/compound_action_unittest.py | 
| similarity index 93% | 
| rename from tools/telemetry/telemetry/compound_action_unittest.py | 
| rename to tools/telemetry/telemetry/page/compound_action_unittest.py | 
| index 8aaca0098573f94f05e106debb411f5255b9d837..fec889f3d886e00736b072c3f93cbe795b74ff3c 100644 | 
| --- a/tools/telemetry/telemetry/compound_action_unittest.py | 
| +++ b/tools/telemetry/telemetry/page/compound_action_unittest.py | 
| @@ -1,11 +1,10 @@ | 
| # 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 all_page_actions | 
| -from telemetry import compound_action | 
| -from telemetry import page_action | 
| -from telemetry import tab_test_case | 
| +from telemetry.page import all_page_actions | 
| +from telemetry.page import compound_action | 
| +from telemetry.page import page_action | 
| +from telemetry.test import tab_test_case | 
|  | 
| class AppendAction(page_action.PageAction): | 
| def RunAction(self, page, tab, previous_action): | 
|  |