Index: tools/telemetry/telemetry/core/platform/profiler/android_screen_recorder_profiler.py |
diff --git a/tools/telemetry/telemetry/core/platform/profiler/android_screen_recorder_profiler.py b/tools/telemetry/telemetry/core/platform/profiler/android_screen_recorder_profiler.py |
index 2874c7554d9a597eb2af2c31808023b0b71d1f80..5e3aad8c6f73e98f16bb0e18f247483af5d367a6 100644 |
--- a/tools/telemetry/telemetry/core/platform/profiler/android_screen_recorder_profiler.py |
+++ b/tools/telemetry/telemetry/core/platform/profiler/android_screen_recorder_profiler.py |
@@ -5,9 +5,9 @@ |
import os |
import subprocess |
-from telemetry.core import util |
from telemetry.core.backends.chrome import android_browser_finder |
from telemetry.core.platform import profiler |
+from telemetry.core import util |
class AndroidScreenRecordingProfiler(profiler.Profiler): |