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

Unified Diff: tracing/tracing/value/ui/histogram_set_table_row_state_test.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/histogram_set_table_row_state_test.html
diff --git a/tracing/tracing/value/ui/histogram_set_table_row_state_test.html b/tracing/tracing/value/ui/histogram_set_table_row_state_test.html
index 8b19a4f1696f707d62ea7d13969f2d10b3ab6d76..6d1b0d8be8e73749595b9a75c8d08b57886eeef8 100644
--- a/tracing/tracing/value/ui/histogram_set_table_row_state_test.html
+++ b/tracing/tracing/value/ui/histogram_set_table_row_state_test.html
@@ -18,7 +18,7 @@ tr.b.unittest.testSuite(function() {
const cellState = new tr.v.ui.HistogramSetTableCellState();
rowState.cells.set('A', cellState);
cellState.isOpen = true;
- cellState.brushedBinRange = tr.b.Range.fromExplicitRange(2, 4);
+ cellState.brushedBinRange = tr.b.math.Range.fromExplicitRange(2, 4);
cellState.mergeSampleDiagnostics = false;
const clone = rowState.clone();
« no previous file with comments | « tracing/tracing/value/ui/histogram_set_table_row_state.html ('k') | tracing/tracing/value/ui/histogram_set_table_test.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698