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

Unified Diff: tracing/tracing/ui/extras/chrome/gpu/gpu.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/extras/chrome/gpu/gpu.html
diff --git a/tracing/tracing/ui/extras/chrome/gpu/gpu.html b/tracing/tracing/ui/extras/chrome/gpu/gpu.html
index 93811e10bff9ef27dddbaf64ba6b9cd4c35a3033..ec7991b66402e7934ec0b9ea33d770031fdbf6be 100644
--- a/tracing/tracing/ui/extras/chrome/gpu/gpu.html
+++ b/tracing/tracing/ui/extras/chrome/gpu/gpu.html
@@ -5,6 +5,6 @@ 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/extras/chrome/gpu/state.html">
<link rel="import" href="/tracing/extras/chrome/gpu/gpu_async_slice.html">
+<link rel="import" href="/tracing/extras/chrome/gpu/state.html">
<link rel="import" href="/tracing/ui/extras/chrome/gpu/state_view.html">

Powered by Google App Engine
This is Rietveld 408576698