Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1093)

Unified Diff: content/browser/speech/speech_recognizer_impl.h

Issue 1891543002: Devirtualize SpeechRecognitionEngine (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@kill_one_shot_engine
Patch Set: drop an include Created 4 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;

Powered by Google App Engine
This is Rietveld 408576698