| Index: chrome/browser/resources/chromeos/login/login.html
|
| diff --git a/chrome/browser/resources/chromeos/login/login.html b/chrome/browser/resources/chromeos/login/login.html
|
| index 29c8a6b120204034786da3852e1982c5da2a1699..159dae1b84c322df41ebbeac033b9dfee9fb294e 100644
|
| --- a/chrome/browser/resources/chromeos/login/login.html
|
| +++ b/chrome/browser/resources/chromeos/login/login.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="bubble.css">
|
| <link rel="stylesheet" href="header_bar.css">
|
| <link rel="stylesheet" href="network_dropdown.css">
|
| @@ -12,7 +13,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>
|
|
|