Index: chrome/browser/resources/tracing/interactive_tests.html |
diff --git a/chrome/browser/resources/tracing/interactive_tests.html b/chrome/browser/resources/tracing/interactive_tests.html |
index b40c47abd78e146f282eafb65560e7ce90407fca..5928612ee55873e7b4b63072fe289561e7cf4d9b 100644 |
--- a/chrome/browser/resources/tracing/interactive_tests.html |
+++ b/chrome/browser/resources/tracing/interactive_tests.html |
@@ -8,6 +8,7 @@ found in the LICENSE file. |
<head i18n-values="dir:textdirection;"> |
<title>Interactive Timeline Tests</title> |
<link rel="stylesheet" href="timeline.css"> |
+<link rel="stylesheet" href="timeline_analysis.css"> |
<link rel="stylesheet" href="timeline_view.css"> |
<link rel="stylesheet" href="overlay.css"> |
<script src="../shared/js/cr.js"></script> |
@@ -21,6 +22,7 @@ found in the LICENSE file. |
<script src="measuring_stick.js"></script> |
<script src="overlay.js"></script> |
<script src="timeline.js"></script> |
+<script src="timeline_analysis.js"></script> |
<script src="timeline_view.js"></script> |
<script src="timeline_track.js"></script> |
<script src="fast_rect_renderer.js"></script> |