| Index: content/browser/speech/speech_recognizer_impl.h
|
| diff --git a/content/browser/speech/speech_recognizer_impl.h b/content/browser/speech/speech_recognizer_impl.h
|
| index 074d48a9cc1a0b824ba1de907a3303b3b0eb1286..a9171c3dcf03c89b19a21b9502e7016b5f99fe59 100644
|
| --- a/content/browser/speech/speech_recognizer_impl.h
|
| +++ b/content/browser/speech/speech_recognizer_impl.h
|
| @@ -32,7 +32,7 @@ class SpeechRecognitionEventListener;
|
| class CONTENT_EXPORT SpeechRecognizerImpl
|
| : public SpeechRecognizer,
|
| public media::AudioInputController::EventHandler,
|
| - public NON_EXPORTED_BASE(SpeechRecognitionEngineDelegate) {
|
| + public NON_EXPORTED_BASE(SpeechRecognitionEngine::Delegate) {
|
| public:
|
| static const int kAudioSampleRate;
|
| static const media::ChannelLayout kChannelLayout;
|
|
|