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 86739ca5f6f8f8b9c59a8083d6a0d7bfb5f39062..bef6ce04becae8ce474090798ebc9ed66ddff297 100644 |
--- a/chrome/browser/resources/hotword_audio_verification/main.html |
+++ b/chrome/browser/resources/hotword_audio_verification/main.html |
@@ -3,6 +3,7 @@ |
<head> |
<meta charset=utf-8> |
<title></title> |
+ <link rel="stylesheet" href="chrome://resources/css/text_defaults.css"> |
<link type="text/css" rel="stylesheet" href="style.css"> |
Dan Beam
2014/12/10 19:49:25
nit: [type] not necessary
xdai1
2014/12/11 02:59:22
It's weird that removing it will fail the build of
|
<script src="chrome://resources/js/action_link.js"></script> |
<script src="chrome://resources/js/load_time_data.js"></script> |