| Index: chrome/browser/resources/options/options.html
|
| diff --git a/chrome/browser/resources/options/options.html b/chrome/browser/resources/options/options.html
|
| index c25db779c82bde701824b4622c05a0a29310bb98..6c53b44159f13d275c6be5670664ccf550e16a9b 100644
|
| --- a/chrome/browser/resources/options/options.html
|
| +++ b/chrome/browser/resources/options/options.html
|
| @@ -13,7 +13,6 @@
|
| <link rel="stylesheet" href="chrome://resources/css/select.css">
|
| <link rel="stylesheet" href="chrome://resources/css/throbber.css">
|
| <link rel="stylesheet" href="chrome://resources/css/tree.css">
|
| -<link rel="stylesheet" href="../webui.css">
|
| <link rel="stylesheet" href="options_page.css">
|
| <link rel="stylesheet" href="advanced_options.css">
|
| <link rel="stylesheet" href="alert_overlay.css">
|
| @@ -80,8 +79,6 @@
|
| <script src="chrome://settings/options_bundle.js"></script>
|
| </head>
|
| <body i18n-values=".style.fontFamily:fontfamily;">
|
| -<div class="header">
|
| -</div>
|
| <div id="overlay" class="overlay transparent" hidden>
|
| <include src="alert_overlay.html">
|
| <include src="autofill_edit_address_overlay.html">
|
|
|