| Index: tools/profile_chrome/profiler_unittest.py | 
| diff --git a/tools/android/adb_profile_chrome/profiler_unittest.py b/tools/profile_chrome/profiler_unittest.py | 
| similarity index 96% | 
| rename from tools/android/adb_profile_chrome/profiler_unittest.py | 
| rename to tools/profile_chrome/profiler_unittest.py | 
| index 819c440b73702011f9210ae95e2232ed939fe819..ef55d706455d41e655c668048ec357338d4dc75b 100644 | 
| --- a/tools/android/adb_profile_chrome/profiler_unittest.py | 
| +++ b/tools/profile_chrome/profiler_unittest.py | 
| @@ -7,8 +7,8 @@ import tempfile | 
| import unittest | 
| import zipfile | 
|  | 
| -from adb_profile_chrome import profiler | 
| -from adb_profile_chrome import ui | 
| +from profile_chrome import profiler | 
| +from profile_chrome import ui | 
|  | 
|  | 
| class FakeController(object): | 
|  |