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

Unified Diff: tracing/tracing/value/ui/scalar_map_table.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/value/ui/scalar_map_table.html
diff --git a/tracing/tracing/value/ui/scalar_map_table.html b/tracing/tracing/value/ui/scalar_map_table.html
index de4bfba147c9fb01e3810e208aa1fd30713d67dd..b1800715c0bd3d827c74e8a7a5059ee6493b0bf4 100644
--- a/tracing/tracing/value/ui/scalar_map_table.html
+++ b/tracing/tracing/value/ui/scalar_map_table.html
@@ -25,7 +25,7 @@ Polymer({
/** @type {!Map.<string, !tr.b.Scalar>} */
this.scalarMap_ = new Map();
- /** @type {!Map.<string, !tr.b.Statistics.Significance>} */
+ /** @type {!Map.<string, !tr.b.math.Statistics.Significance>} */
this.significance_ = new Map();
},
@@ -67,7 +67,7 @@ Polymer({
/**
* @param {string} key
- * @param {!tr.b.Statistics.Significance} significance
+ * @param {!tr.b.math.Statistics.Significance} significance
*/
setSignificanceForKey: function(key, significance) {
this.significance_.set(key, significance);
« no previous file with comments | « tracing/tracing/value/ui/scalar_context_controller_test.html ('k') | tracing/tracing/value/ui/scalar_span.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698