Index: chrome/browser/resources/hotword_audio_verification/steps/hotword_only_step.html |
diff --git a/chrome/browser/resources/hotword_audio_verification/steps/hotword_only_step.html b/chrome/browser/resources/hotword_audio_verification/steps/hotword_only_step.html |
index 08897198176885bbcd15dcca8336511f0ff77f03..71cac3525e3f929a841db8d64d5482128e0c9b22 100644 |
--- a/chrome/browser/resources/hotword_audio_verification/steps/hotword_only_step.html |
+++ b/chrome/browser/resources/hotword_audio_verification/steps/hotword_only_step.html |
@@ -2,7 +2,7 @@ |
<div class="mic"></div> |
<div class="container"> |
<div class="header"> |
- <span class="close"></span> |
+ <span id="ho-close-button" class="close"></span> |
<div class="header-text"> |
<h1>Voice search at any time</h1> |
<h2>Say 'Ok Google' any time your screen is on</h2> |
@@ -34,7 +34,7 @@ |
</div> |
</div> |
<div class="buttonbar"> |
- <button id="ho-cancel-button">CANCEL</button> |
+ <button id="ho-cancel-button" class="finish-button">CANCEL</button> |
</div> |
</div> |
</div> |