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

Unified Diff: tracing/tracing/ui/tracks/chart_series_y_axis_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
« no previous file with comments | « tracing/tracing/ui/tracks/chart_series_y_axis.html ('k') | tracing/tracing/ui/tracks/letter_dot_track.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tracing/tracing/ui/tracks/chart_series_y_axis_test.html
diff --git a/tracing/tracing/ui/tracks/chart_series_y_axis_test.html b/tracing/tracing/ui/tracks/chart_series_y_axis_test.html
index 92f2d56bb1149abe204d5947753c97120d1fc927..a49b5e07c944e12602bee0f0f38fc2432bdb069b 100644
--- a/tracing/tracing/ui/tracks/chart_series_y_axis_test.html
+++ b/tracing/tracing/ui/tracks/chart_series_y_axis_test.html
@@ -5,7 +5,7 @@ Use of this source code is governed by a BSD-style license that can be
found in the LICENSE file.
-->
-<link rel="import" href="/tracing/base/range.html">
+<link rel="import" href="/tracing/base/math/range.html">
<link rel="import" href="/tracing/core/test_utils.html">
<link rel="import" href="/tracing/ui/tracks/chart_point.html">
<link rel="import" href="/tracing/ui/tracks/chart_series.html">
@@ -18,7 +18,7 @@ tr.b.unittest.testSuite(function() {
var ChartSeriesYAxis = tr.ui.tracks.ChartSeriesYAxis;
var ChartPoint = tr.ui.tracks.ChartPoint;
var ChartSeries = tr.ui.tracks.ChartSeries;
- var Range = tr.b.Range;
+ var Range = tr.b.math.Range;
function buildRange() {
var range = new Range();
« no previous file with comments | « tracing/tracing/ui/tracks/chart_series_y_axis.html ('k') | tracing/tracing/ui/tracks/letter_dot_track.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698