| Index: chrome/browser/resources/hotword_audio_verification/main.html | 
| diff --git a/chrome/browser/resources/hotword_audio_verification/main.html b/chrome/browser/resources/hotword_audio_verification/main.html | 
| index e0bce44c72a08d6149d8d097fe97d637a8b38eff..bfbb072ef5de24c7809d6dc800a24bd0c1011874 100644 | 
| --- a/chrome/browser/resources/hotword_audio_verification/main.html | 
| +++ b/chrome/browser/resources/hotword_audio_verification/main.html | 
| @@ -6,6 +6,9 @@ | 
| <link rel="stylesheet" href="chrome://resources/css/text_defaults.css"> | 
| <link type="text/css" rel="stylesheet" href="style.css"> | 
| <script src="chrome://resources/js/action_link.js"></script> | 
| +    <script src="chrome://resources/js/cr.js"></script> | 
| +    <script src="chrome://resources/js/cr/ui.js"></script> | 
| +    <script src="chrome://resources/js/cr/ui/node_utils.js"></script> | 
| <script src="chrome://resources/js/load_time_data.js"></script> | 
| <script src="chrome://resources/js/util.js"></script> | 
| <script src="chrome://resources/js/i18n_template_no_process.js"></script> | 
|  |