| Index: tools/telemetry/telemetry/core/platform/profiler/android_profiling_helper_unittest.py
|
| diff --git a/tools/telemetry/telemetry/core/platform/profiler/android_profiling_helper_unittest.py b/tools/telemetry/telemetry/core/platform/profiler/android_profiling_helper_unittest.py
|
| index fd31de33f4e96159f39b222e5cc5055aeada2832..94b0864051c83cf5f29c13824cd84e050da10ee0 100644
|
| --- a/tools/telemetry/telemetry/core/platform/profiler/android_profiling_helper_unittest.py
|
| +++ b/tools/telemetry/telemetry/core/platform/profiler/android_profiling_helper_unittest.py
|
| @@ -9,9 +9,9 @@ import shutil
|
| import tempfile
|
| import unittest
|
|
|
| -from telemetry import decorators
|
| -from telemetry.core import util
|
| from telemetry.core.platform.profiler import android_profiling_helper
|
| +from telemetry.core import util
|
| +from telemetry import decorators
|
| from telemetry.unittest_util import simple_mock
|
| from telemetry.unittest_util import tab_test_case
|
|
|
|
|