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

Unified Diff: tracing/tracing/base/math/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
« no previous file with comments | « tracing/tracing/base/math/statistics.html ('k') | tracing/tracing/base/math_test.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tracing/tracing/base/math/statistics_test.html
diff --git a/tracing/tracing/base/statistics_test.html b/tracing/tracing/base/math/statistics_test.html
similarity index 99%
rename from tracing/tracing/base/statistics_test.html
rename to tracing/tracing/base/math/statistics_test.html
index ab4d7d0da1ea5ff7b81f0ff618d987f6bc4a2679..f9ad8d982d64d0453170938bf326987ae307d118 100644
--- a/tracing/tracing/base/statistics_test.html
+++ b/tracing/tracing/base/math/statistics_test.html
@@ -4,7 +4,7 @@ Copyright (c) 2014 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/statistics.html">
+<link rel="import" href="/tracing/base/math/statistics.html">
<script>
'use strict';
@@ -12,7 +12,7 @@ found in the LICENSE file.
/* eslint-disable catapult-camelcase */
tr.b.unittest.testSuite(function() {
- var Statistics = tr.b.Statistics;
+ var Statistics = tr.b.math.Statistics;
/**
* Lloyd relaxation in 1D.
« no previous file with comments | « tracing/tracing/base/math/statistics.html ('k') | tracing/tracing/base/math_test.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698