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

Unified Diff: tracing/tracing/model/power_sample_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/model/object_instance.html ('k') | tracing/tracing/model/power_series.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tracing/tracing/model/power_sample_test.html
diff --git a/tracing/tracing/model/power_sample_test.html b/tracing/tracing/model/power_sample_test.html
index 78cf554e4b9671c0b6b3f542f4ef07f3d45e7c04..be9d2c6bdf6383fa821e2fe99c85e834eee09eec 100644
--- a/tracing/tracing/model/power_sample_test.html
+++ b/tracing/tracing/model/power_sample_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/model/model.html">
<link rel="import" href="/tracing/model/power_sample.html">
@@ -36,7 +36,7 @@ tr.b.unittest.testSuite(function() {
var sample1 = new PowerSample(series, 0.0, 1000.0);
var sample2 = new PowerSample(series, 1.0, 2000.0);
- var range = new tr.b.Range();
+ var range = new tr.b.math.Range();
sample1.addBoundsToRange(range);
assert.equal(range.min, 0);
« no previous file with comments | « tracing/tracing/model/object_instance.html ('k') | tracing/tracing/model/power_series.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698