| Index: chrome/browser/speech/speech_input_extension_manager.h
|
| diff --git a/chrome/browser/speech/speech_input_extension_manager.h b/chrome/browser/speech/speech_input_extension_manager.h
|
| index c4db3f0d63808fb12d68c768fe3cc5d7dedb6c11..52dfe7edcaf1556c583c1268866dc02262652503 100644
|
| --- a/chrome/browser/speech/speech_input_extension_manager.h
|
| +++ b/chrome/browser/speech/speech_input_extension_manager.h
|
| @@ -21,6 +21,8 @@ class SpeechInputExtensionNotification;
|
|
|
| namespace content {
|
| class NotificationRegistrar;
|
| +struct SpeechRecognitionError;
|
| +struct SpeechRecognitionResult;
|
| class SpeechRecognizer;
|
| }
|
|
|
| @@ -124,8 +126,7 @@ class SpeechInputExtensionManager
|
| virtual void OnRecognitionResult(
|
| int caller_id, const content::SpeechRecognitionResult& result) OVERRIDE;
|
| virtual void OnRecognitionError(
|
| - int caller_id,
|
| - const content::SpeechRecognitionErrorCode& error) OVERRIDE;
|
| + int caller_id, const content::SpeechRecognitionError& error) OVERRIDE;
|
| virtual void OnAudioLevelsChange(int caller_id, float volume,
|
| float noise_volume) OVERRIDE;
|
| virtual void OnRecognitionEnd(int caller_id) OVERRIDE;
|
|
|