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

Unified Diff: tracing/tracing/base/math/sorted_array_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/tracing/base/math/running_statistics_test.html ('k') | tracing/tracing/base/math/statistics.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tracing/tracing/base/math/sorted_array_utils.html
diff --git a/tracing/tracing/base/sorted_array_utils.html b/tracing/tracing/base/math/sorted_array_utils.html
similarity index 99%
rename from tracing/tracing/base/sorted_array_utils.html
rename to tracing/tracing/base/math/sorted_array_utils.html
index 7ba5e1c70b2d66738fbb6f30e3ed531de7d6d6aa..0fae926e052860fe087d5d28ef9aa0590b06c2c3 100644
--- a/tracing/tracing/base/sorted_array_utils.html
+++ b/tracing/tracing/base/math/sorted_array_utils.html
@@ -13,7 +13,7 @@ found in the LICENSE file.
* over sorted arrays and intervals.
*
*/
-tr.exportTo('tr.b', function() {
+tr.exportTo('tr.b.math', function() {
/**
* Finds the first index in the array whose value is >= loVal.
*
« no previous file with comments | « tracing/tracing/base/math/running_statistics_test.html ('k') | tracing/tracing/base/math/statistics.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698