| Index: chrome/browser/resources/chromeos/login/oobe.html
|
| diff --git a/chrome/browser/resources/chromeos/login/oobe.html b/chrome/browser/resources/chromeos/login/oobe.html
|
| index 181ec64f960e4095c7681895ecdc3f0f0955e2b0..271ec4e892a830855d75c1bea22a41c93a182b72 100644
|
| --- a/chrome/browser/resources/chromeos/login/oobe.html
|
| +++ b/chrome/browser/resources/chromeos/login/oobe.html
|
| @@ -5,6 +5,7 @@
|
| <link rel="stylesheet" href="chrome://resources/css/button.css">
|
| <link rel="stylesheet" href="chrome://resources/css/list.css">
|
| <link rel="stylesheet" href="chrome://resources/css/select.css">
|
| +<link rel="stylesheet" href="chrome://resources/css/spinner.css">
|
| <link rel="stylesheet" href="chrome://resources/css/throbber.css">
|
| <link rel="stylesheet" href="bubble.css">
|
| <link rel="stylesheet" href="header_bar.css">
|
| @@ -13,7 +14,6 @@
|
| <link rel="stylesheet" href="screen_account_picker.css">
|
| <link rel="stylesheet" href="screen_gaia_signin.css">
|
| <link rel="stylesheet" href="screen_error_message.css">
|
| -<link rel="stylesheet" href="spinner.css">
|
| <link rel="stylesheet" href="user_pod_row.css">
|
| <script src="chrome://resources/js/cr.js"></script>
|
| <script src="chrome://resources/js/cr/event_target.js"></script>
|
|
|