| Index: content/public/common/speech_recognition_error.h
|
| diff --git a/content/public/common/speech_recognition_error.h b/content/public/common/speech_recognition_error.h
|
| index 585144b12abe77fcf19292097709042938588997..7456a43f2046344b4e99e796e2bb8537421741ec 100644
|
| --- a/content/public/common/speech_recognition_error.h
|
| +++ b/content/public/common/speech_recognition_error.h
|
| @@ -21,7 +21,7 @@ enum SpeechRecognitionErrorCode {
|
| SPEECH_RECOGNITION_ERROR_ABORTED,
|
|
|
| // There was an error with recording audio.
|
| - SPEECH_RECOGNITION_ERROR_AUDIO,
|
| + SPEECH_RECOGNITION_ERROR_AUDIO_CAPTURE,
|
|
|
| // There was a network error.
|
| SPEECH_RECOGNITION_ERROR_NETWORK,
|
|
|