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

Unified Diff: tracing/tracing/model/event_container.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.html ('k') | tracing/tracing/model/event_set.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tracing/tracing/model/event_container.html
diff --git a/tracing/tracing/model/event_container.html b/tracing/tracing/model/event_container.html
index aebe5f8ba05082abd2c044d5039de507b0ff966a..fa01a6dee998016073d8e0b171bd151c9b179dfb 100644
--- a/tracing/tracing/model/event_container.html
+++ b/tracing/tracing/model/event_container.html
@@ -7,7 +7,7 @@ found in the LICENSE file.
<link rel="import" href="/tracing/base/base.html">
<link rel="import" href="/tracing/base/guid.html">
-<link rel="import" href="/tracing/base/range.html">
+<link rel="import" href="/tracing/base/math/range.html">
<script>
'use strict';
@@ -25,7 +25,7 @@ tr.exportTo('tr.model', function() {
function EventContainer() {
this.guid_ = tr.b.GUID.allocateSimple();
this.important = true;
- this.bounds_ = new tr.b.Range();
+ this.bounds_ = new tr.b.math.Range();
}
EventContainer.prototype = {
« no previous file with comments | « tracing/tracing/model/event.html ('k') | tracing/tracing/model/event_set.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698