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

Unified Diff: tracing/tracing/model/frame.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/event_set.html ('k') | tracing/tracing/model/helpers/android_app.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tracing/tracing/model/frame.html
diff --git a/tracing/tracing/model/frame.html b/tracing/tracing/model/frame.html
index cd02f23de90a2a3941b7babc844ea70020ad206d..8274e7ebc65d3d90daf8f9895523d8cf5dafea32 100644
--- a/tracing/tracing/model/frame.html
+++ b/tracing/tracing/model/frame.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/color_scheme.html">
-<link rel="import" href="/tracing/base/statistics.html">
+<link rel="import" href="/tracing/base/math/statistics.html">
<link rel="import" href="/tracing/model/event.html">
<link rel="import" href="/tracing/model/event_set.html">
@@ -20,7 +20,7 @@ found in the LICENSE file.
*/
tr.exportTo('tr.model', function() {
var ColorScheme = tr.b.ColorScheme;
- var Statistics = tr.b.Statistics;
+ var Statistics = tr.b.math.Statistics;
var FRAME_PERF_CLASS = {
GOOD: 'good',
« no previous file with comments | « tracing/tracing/model/event_set.html ('k') | tracing/tracing/model/helpers/android_app.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698