Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(327)

Unified Diff: tools/telemetry/telemetry/internal/platform/profiler/android_profiling_helper.py

Issue 1314313004: [Android][telemetry] Update pylib imports for modules that moved into devil. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: tools/telemetry/telemetry/internal/platform/profiler/android_profiling_helper.py
diff --git a/tools/telemetry/telemetry/internal/platform/profiler/android_profiling_helper.py b/tools/telemetry/telemetry/internal/platform/profiler/android_profiling_helper.py
index b78a75d29e1fb236ebde069310173b1aa90cd1be..9ad2e01170cf4604f51fd3cc42be9316abc31f01 100644
--- a/tools/telemetry/telemetry/internal/platform/profiler/android_profiling_helper.py
+++ b/tools/telemetry/telemetry/internal/platform/profiler/android_profiling_helper.py
@@ -17,7 +17,7 @@ from telemetry.core import util
from telemetry import decorators
from telemetry.internal.platform.profiler import android_prebuilt_profiler_helper
-from pylib.utils import md5sum # pylint: disable=F0401
+from devil.android import md5sum # pylint: disable=F0401
try:

Powered by Google App Engine
This is Rietveld 408576698