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

Unified Diff: tracing/tracing/ui/analysis/stack_frame_test.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
Index: tracing/tracing/ui/analysis/stack_frame_test.html
diff --git a/tracing/tracing/ui/analysis/stack_frame_test.html b/tracing/tracing/ui/analysis/stack_frame_test.html
index 91ee0e3bd57f12019243d90dba03845b62198391..1c454c7b196baea0c8f405b5dee183a6c92f3d86 100644
--- a/tracing/tracing/ui/analysis/stack_frame_test.html
+++ b/tracing/tracing/ui/analysis/stack_frame_test.html
@@ -4,8 +4,8 @@ Copyright (c) 2014 The Chromium Authors. All rights reserved.
Use of this source code is governed by a BSD-style license that can be
found in the LICENSE file.
-->
-<link rel="import" href="/tracing/ui/analysis/stack_frame.html">
<link rel="import" href="/tracing/core/test_utils.html">
+<link rel="import" href="/tracing/ui/analysis/stack_frame.html">
<script>
'use strict';
« no previous file with comments | « tracing/tracing/model/time_to_object_instance_map_test.html ('k') | tracing/tracing/ui/base/timing_tool_test.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698