Index: tools/profile_chrome/trace_packager_unittest.py |
diff --git a/tools/android/adb_profile_chrome/trace_packager_unittest.py b/tools/profile_chrome/trace_packager_unittest.py |
similarity index 96% |
rename from tools/android/adb_profile_chrome/trace_packager_unittest.py |
rename to tools/profile_chrome/trace_packager_unittest.py |
index b987f48a7ff38a3dff2ed2fc3ed287070fd63c4a..97c1332e282e76fc0eb9d92dbf4c3e73633ee643 100644 |
--- a/tools/android/adb_profile_chrome/trace_packager_unittest.py |
+++ b/tools/profile_chrome/trace_packager_unittest.py |
@@ -2,12 +2,12 @@ |
# Use of this source code is governed by a BSD-style license that can be |
# found in the LICENSE file. |
-from adb_profile_chrome import trace_packager |
- |
import json |
import tempfile |
import unittest |
+from profile_chrome import trace_packager |
+ |
class TracePackagerTest(unittest.TestCase): |
def testJsonTraceMerging(self): |