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

Unified Diff: tools/perf/record_wpr

Issue 1140243002: [Telemetry] Move record_wpr from telemetry/page to telemetry/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 7 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
« no previous file with comments | « no previous file | tools/telemetry/telemetry/page/record_wpr.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/perf/record_wpr
diff --git a/tools/perf/record_wpr b/tools/perf/record_wpr
index e12055f216829b8d96bbcfabdd39ca327140adda..c579adf0c7d00ab9977e6cbf8e17bbb5f40caef5 100755
--- a/tools/perf/record_wpr
+++ b/tools/perf/record_wpr
@@ -11,7 +11,7 @@ _perf_dir = os.path.dirname(__file__)
_telemetry_path = os.path.join(_perf_dir, os.pardir, 'telemetry')
sys.path.append(_telemetry_path)
-from telemetry.page import record_wpr
+from telemetry import record_wpr
if __name__ == '__main__':
sys.exit(record_wpr.Main(_perf_dir))
« no previous file with comments | « no previous file | tools/telemetry/telemetry/page/record_wpr.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698