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

Unified Diff: tracing/tracing/ui/analysis/memory_dump_allocator_details_pane.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/ui/analysis/memory_dump_allocator_details_pane.html
diff --git a/tracing/tracing/ui/analysis/memory_dump_allocator_details_pane.html b/tracing/tracing/ui/analysis/memory_dump_allocator_details_pane.html
index 3dc9a18bc6e4e6c0cc5ffcbdd24f7e09449a67b7..a208266add7ba1860a14dee881738e068009ee8f 100644
--- a/tracing/tracing/ui/analysis/memory_dump_allocator_details_pane.html
+++ b/tracing/tracing/ui/analysis/memory_dump_allocator_details_pane.html
@@ -6,7 +6,7 @@ found in the LICENSE file.
-->
<link rel="import" href="/tracing/base/iteration_helpers.html">
-<link rel="import" href="/tracing/base/range.html">
+<link rel="import" href="/tracing/base/math/range.html">
<link rel="import" href="/tracing/base/unit.html">
<link rel="import" href="/tracing/model/memory_allocator_dump.html">
<link rel="import" href="/tracing/ui/analysis/memory_dump_heap_details_pane.html">
@@ -349,7 +349,7 @@ tr.exportTo('tr.ui.analysis', function() {
map, dump, link, opt_withSharerNameToEntry) {
var entry = getAndUpdateEntry(map, dump.quantifiedName,
function(newEntry) {
- newEntry.importanceRange = new tr.b.Range();
+ newEntry.importanceRange = new tr.b.math.Range();
if (opt_withSharerNameToEntry)
newEntry.sharerNameToEntry = new Map();
});
« no previous file with comments | « tracing/tracing/ui/analysis/generic_object_view.html ('k') | tracing/tracing/ui/analysis/multi_event_sub_view.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698