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

Unified Diff: tracing/tracing/ui/extras/system_stats/system_stats.html

Issue 2769203003: [tracing] Fix import ordering in all files under tracing/ (Closed)
Patch Set: 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/ui/extras/chrome/gpu/gpu.html ('k') | tracing/tracing/ui/scripting_control_test.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tracing/tracing/ui/extras/system_stats/system_stats.html
diff --git a/tracing/tracing/ui/extras/system_stats/system_stats.html b/tracing/tracing/ui/extras/system_stats/system_stats.html
index 97562f9641927ce6d2f621e3746dbf45fc7dfeb9..31bc1dbd99752cad3f5d67505ad31bf76108e99a 100644
--- a/tracing/tracing/ui/extras/system_stats/system_stats.html
+++ b/tracing/tracing/ui/extras/system_stats/system_stats.html
@@ -7,6 +7,6 @@ found in the LICENSE file.
<link rel="import" href="/tracing/extras/system_stats/system_stats_snapshot.html">
<link rel="import"
- href="/tracing/ui/extras/system_stats/system_stats_snapshot_view.html">
-<link rel="import"
href="/tracing/ui/extras/system_stats/system_stats_instance_track.html">
+<link rel="import"
+ href="/tracing/ui/extras/system_stats/system_stats_snapshot_view.html">
« no previous file with comments | « tracing/tracing/ui/extras/chrome/gpu/gpu.html ('k') | tracing/tracing/ui/scripting_control_test.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698