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

Side by Side 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 unified diff | Download patch
OLDNEW
1 <!DOCTYPE html> 1 <!DOCTYPE html>
2 <!-- 2 <!--
3 Copyright (c) 2013 The Chromium Authors. All rights reserved. 3 Copyright (c) 2013 The Chromium Authors. All rights reserved.
4 Use of this source code is governed by a BSD-style license that can be 4 Use of this source code is governed by a BSD-style license that can be
5 found in the LICENSE file. 5 found in the LICENSE file.
6 --> 6 -->
7 7
8 <link rel="import" href="/tracing/extras/system_stats/system_stats_snapshot.html "> 8 <link rel="import" href="/tracing/extras/system_stats/system_stats_snapshot.html ">
9 <link rel="import" 9 <link rel="import"
10 href="/tracing/ui/extras/system_stats/system_stats_instance_track.html">
11 <link rel="import"
10 href="/tracing/ui/extras/system_stats/system_stats_snapshot_view.html"> 12 href="/tracing/ui/extras/system_stats/system_stats_snapshot_view.html">
11 <link rel="import"
12 href="/tracing/ui/extras/system_stats/system_stats_instance_track.html">
OLDNEW
« 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