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

Unified Diff: tracing/tracing/model/helpers/chrome_process_helper.html

Issue 2771723003: [tracing] Move math utilities from base into their own subdirectory (attempt 2) (Closed)
Patch Set: rebase 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
Index: tracing/tracing/model/helpers/chrome_process_helper.html
diff --git a/tracing/tracing/model/helpers/chrome_process_helper.html b/tracing/tracing/model/helpers/chrome_process_helper.html
index 7f3736d0f9c7284099480ed2badcf5825f910ec2..c86714d8b5a0d2ff8cab469a12d996c4796ad90d 100644
--- a/tracing/tracing/model/helpers/chrome_process_helper.html
+++ b/tracing/tracing/model/helpers/chrome_process_helper.html
@@ -66,8 +66,8 @@ tr.exportTo('tr.model.helpers', function() {
start = slice.start;
} else if (/^telemetry\.internal\.[^.]*\.end$/.test(slice.title) &&
start !== undefined) {
- this.telemetryInternalRanges_.push(tr.b.Range.fromExplicitRange(
- start, slice.end));
+ this.telemetryInternalRanges_.push(
+ tr.b.math.Range.fromExplicitRange(start, slice.end));
start = undefined;
}
}
« no previous file with comments | « tracing/tracing/model/helpers/chrome_model_helper.html ('k') | tracing/tracing/model/helpers/chrome_renderer_helper.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698