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

Unified Diff: trace_processor/experimental/mappers/scheduling/map_wake_ups.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: trace_processor/experimental/mappers/scheduling/map_wake_ups.html
diff --git a/trace_processor/experimental/mappers/scheduling/map_wake_ups.html b/trace_processor/experimental/mappers/scheduling/map_wake_ups.html
index d8b37019f06c40b98daaebdd0ecba05080ded684..b8e3ced519c34b41fac5fdc299d5e5e556034936 100644
--- a/trace_processor/experimental/mappers/scheduling/map_wake_ups.html
+++ b/trace_processor/experimental/mappers/scheduling/map_wake_ups.html
@@ -6,7 +6,7 @@ found in the LICENSE file.
-->
<link rel="import" href="/perf_insights/mre/function_handle.html">
-<link rel="import" href="/tracing/base/range.html">
+<link rel="import" href="/tracing/base/math/range.html">
<script>
'use strict';

Powered by Google App Engine
This is Rietveld 408576698