| Index: chrome/browser/resources/tracing.html
|
| diff --git a/chrome/browser/resources/tracing.html b/chrome/browser/resources/tracing.html
|
| index 07b81be355133041e680c48e3edc00c9a0ec4b34..cc9fc85623267a56c9ba510fa63fcedc131e382f 100644
|
| --- a/chrome/browser/resources/tracing.html
|
| +++ b/chrome/browser/resources/tracing.html
|
| @@ -6,7 +6,6 @@ Use of this source code is governed by a BSD-style license that can be
|
| found in the LICENSE file.
|
| -->
|
| <head i18n-values="dir:textdirection;">
|
| -<link rel="stylesheet" href="webui.css">
|
| <style>
|
| * {
|
| box-sizing: border-box;
|
| @@ -44,6 +43,7 @@ body {
|
| <link rel="stylesheet" href="tracing/timeline_view.css">
|
| <link rel="stylesheet" href="tracing/timeline.css">
|
| <link rel="stylesheet" href="tracing/tracing_controller.css">
|
| +<link rel="stylesheet" href="chrome://resources/css/button.css">
|
| <link rel="stylesheet" href="chrome://resources/css/tabs.css">
|
| <script src="chrome://resources/js/cr.js"></script>
|
| <script src="chrome://resources/js/cr/event_target.js"></script>
|
|
|