| 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..2572c9464c951d9f600cec6fd135298de4a9540e 100644 | 
| --- a/chrome/browser/resources/hotword_audio_verification/main.html | 
| +++ b/chrome/browser/resources/hotword_audio_verification/main.html | 
| @@ -6,6 +6,8 @@ | 
| <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/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> | 
|  |