| Index: content/browser/speech/speech_recognizer_impl_android.h
|
| diff --git a/content/browser/speech/speech_recognizer_impl_android.h b/content/browser/speech/speech_recognizer_impl_android.h
|
| index 11895c441fe059256dfceac21053a55fd55a57cc..9472ca6a9568a824ec528930df654290809bd47c 100644
|
| --- a/content/browser/speech/speech_recognizer_impl_android.h
|
| +++ b/content/browser/speech/speech_recognizer_impl_android.h
|
| @@ -49,8 +49,9 @@ class CONTENT_EXPORT SpeechRecognizerImplAndroid : public SpeechRecognizer {
|
| STATE_AWAITING_FINAL_RESULT
|
| };
|
|
|
| - void StartRecognitionOnUIThread(
|
| - std::string language, bool continuous, bool interim_results);
|
| + void StartRecognitionOnUIThread(const std::string& language,
|
| + bool continuous,
|
| + bool interim_results);
|
| void OnRecognitionResultsOnIOThread(SpeechRecognitionResults const &results);
|
|
|
| ~SpeechRecognizerImplAndroid() override;
|
|
|