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

Unified Diff: tracing/tracing/base/assert_utils.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
« no previous file with comments | « tracing/trace_viewer.gypi ('k') | tracing/tracing/base/bbox2.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tracing/tracing/base/assert_utils.html
diff --git a/tracing/tracing/base/assert_utils.html b/tracing/tracing/base/assert_utils.html
index 642792e00288304540bf3ab4a87d8ce51ae65253..1f0a9972d07d6b0ca4b39900bb708201dd465137 100644
--- a/tracing/tracing/base/assert_utils.html
+++ b/tracing/tracing/base/assert_utils.html
@@ -16,7 +16,7 @@ found in the LICENSE file.
tr.exportTo('tr.b', function() {
/**
* Throws if the range |actual| is not equal to the range |expected| (using
- * tr.b.Range.equals).
+ * tr.b.math.Range.equals).
*/
function assertRangeEquals(actual, expected) {
assert(actual.equals(expected),
« no previous file with comments | « tracing/trace_viewer.gypi ('k') | tracing/tracing/base/bbox2.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698