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

Unified Diff: tracing/tracing/base/math/range_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/base/math/range.html ('k') | tracing/tracing/base/math/range_utils.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tracing/tracing/base/math/range_test.html
diff --git a/tracing/tracing/base/range_test.html b/tracing/tracing/base/math/range_test.html
similarity index 99%
rename from tracing/tracing/base/range_test.html
rename to tracing/tracing/base/math/range_test.html
index e404f732c8ca842fd05793c69a989396f65dd663..37b1c4fd6136fc27f4ee7caa96564ef9cb3140bc 100644
--- a/tracing/tracing/base/range_test.html
+++ b/tracing/tracing/base/math/range_test.html
@@ -5,13 +5,13 @@ 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">
<script>
'use strict';
tr.b.unittest.testSuite(function() {
- var Range = tr.b.Range;
+ var Range = tr.b.math.Range;
test('addValue', function() {
var range = new Range();
« no previous file with comments | « tracing/tracing/base/math/range.html ('k') | tracing/tracing/base/math/range_utils.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698