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

Unified Diff: tracing/tracing/base/math/running_statistics_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/base/math/running_statistics_test.html
diff --git a/tracing/tracing/base/running_statistics_test.html b/tracing/tracing/base/math/running_statistics_test.html
similarity index 96%
rename from tracing/tracing/base/running_statistics_test.html
rename to tracing/tracing/base/math/running_statistics_test.html
index 49ea67d798c0bb6cd71ce11fa862bc0eac7f4d70..47193374e5ce389d670b7b7b3fffaf58a7099f82 100644
--- a/tracing/tracing/base/running_statistics_test.html
+++ b/tracing/tracing/base/math/running_statistics_test.html
@@ -4,14 +4,14 @@ Copyright (c) 2016 The Chromium Authors. All rights reserved.
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/running_statistics.html">
-<link rel="import" href="/tracing/base/statistics.html">
+<link rel="import" href="/tracing/base/math/running_statistics.html">
+<link rel="import" href="/tracing/base/math/statistics.html">
<script>
'use strict';
tr.b.unittest.testSuite(function() {
- var RunningStatistics = tr.b.RunningStatistics;
- var Statistics = tr.b.Statistics;
+ var RunningStatistics = tr.b.math.RunningStatistics;
+ var Statistics = tr.b.math.Statistics;
function run(data) {
var running = new RunningStatistics();
« no previous file with comments | « tracing/tracing/base/math/running_statistics.html ('k') | tracing/tracing/base/math/sorted_array_utils.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698