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

Unified Diff: systrace/systrace/__init__.py

Issue 2712163002: [Systrace] Fix systrace clock syncing issue with BattOr. (Closed)
Patch Set: rebase and change todo Created 3 years, 9 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 | systrace/systrace/output_generator.py » ('j') | tracing/tracing/model/clock_sync_manager.html » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: systrace/systrace/__init__.py
diff --git a/systrace/systrace/__init__.py b/systrace/systrace/__init__.py
index 34f9e1f91f2ba62d104f9e4786302c79a54fed8b..831f7743126f478091dd731b7749167b589e89c7 100644
--- a/systrace/systrace/__init__.py
+++ b/systrace/systrace/__init__.py
@@ -25,4 +25,4 @@ _AddDirToPythonPath(_CATAPULT_DIR, 'common', 'py_trace_event')
_AddDirToPythonPath(_CATAPULT_DIR, 'common', 'py_trace_event', 'py_trace_event')
_AddDirToPythonPath(_CATAPULT_DIR, 'devil')
_AddDirToPythonPath(_CATAPULT_DIR, 'systrace')
-_AddDirToPythonPath(_CATAPULT_DIR, 'telemetry')
+_AddDirToPythonPath(_CATAPULT_DIR, 'tracing')
« no previous file with comments | « no previous file | systrace/systrace/output_generator.py » ('j') | tracing/tracing/model/clock_sync_manager.html » ('J')

Powered by Google App Engine
This is Rietveld 408576698